| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators | |
| software.amazon.awssdk.services.apigateway.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetRestApisResponse |
ApiGatewayClient.getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
default CompletableFuture<GetRestApisResponse> |
ApiGatewayAsyncClient.getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
default GetRestApisIterable |
ApiGatewayClient.getRestApisPaginator(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
default GetRestApisPublisher |
ApiGatewayAsyncClient.getRestApisPaginator(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
| Constructor and Description |
|---|
GetRestApisIterable(ApiGatewayClient client,
GetRestApisRequest firstRequest) |
GetRestApisPublisher(ApiGatewayAsyncClient client,
GetRestApisRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetRestApisRequestMarshaller.marshall(GetRestApisRequest getRestApisRequest) |
Copyright © 2023. All rights reserved.