| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetRestApisResponse |
ApiGatewayClient.getRestApis()
Lists the RestApis resources for your collection.
|
default GetRestApisResponse |
ApiGatewayClient.getRestApis(Consumer<GetRestApisRequest.Builder> getRestApisRequest)
Lists the RestApis resources for your collection.
|
default GetRestApisResponse |
ApiGatewayClient.getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetRestApisResponse> |
ApiGatewayAsyncClient.getRestApis()
Lists the RestApis resources for your collection.
|
default CompletableFuture<GetRestApisResponse> |
ApiGatewayAsyncClient.getRestApis(Consumer<GetRestApisRequest.Builder> getRestApisRequest)
Lists the RestApis resources for your collection.
|
default CompletableFuture<GetRestApisResponse> |
ApiGatewayAsyncClient.getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetRestApisResponse> |
GetRestApisIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRestApisPublisher.subscribe(org.reactivestreams.Subscriber<? super GetRestApisResponse> subscriber) |
Copyright © 2023. All rights reserved.