| 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 GetDeploymentsResponse |
ApiGatewayClient.getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.
|
default CompletableFuture<GetDeploymentsResponse> |
ApiGatewayAsyncClient.getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.
|
default GetDeploymentsIterable |
ApiGatewayClient.getDeploymentsPaginator(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.
|
default GetDeploymentsPublisher |
ApiGatewayAsyncClient.getDeploymentsPaginator(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.
|
| Constructor and Description |
|---|
GetDeploymentsIterable(ApiGatewayClient client,
GetDeploymentsRequest firstRequest) |
GetDeploymentsPublisher(ApiGatewayAsyncClient client,
GetDeploymentsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetDeploymentsRequestMarshaller.marshall(GetDeploymentsRequest getDeploymentsRequest) |
Copyright © 2023. All rights reserved.