| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentsResult |
AbstractAmazonApiGateway.getDeployments(GetDeploymentsRequest request) |
GetDeploymentsResult |
AmazonApiGatewayClient.getDeployments(GetDeploymentsRequest request)
Gets information about a Deployments collection.
|
GetDeploymentsResult |
AmazonApiGateway.getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeploymentsResult> |
AbstractAmazonApiGatewayAsync.getDeploymentsAsync(GetDeploymentsRequest request,
AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler) |
Future<GetDeploymentsResult> |
AmazonApiGatewayAsyncClient.getDeploymentsAsync(GetDeploymentsRequest request,
AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler) |
Future<GetDeploymentsResult> |
AmazonApiGatewayAsync.getDeploymentsAsync(GetDeploymentsRequest getDeploymentsRequest,
AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler)
Gets information about a Deployments collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentsResult |
GetDeploymentsResult.clone() |
GetDeploymentsResult |
GetDeploymentsResult.withItems(Collection<Deployment> items)
The current page of elements from this collection.
|
GetDeploymentsResult |
GetDeploymentsResult.withItems(Deployment... items)
The current page of elements from this collection.
|
GetDeploymentsResult |
GetDeploymentsResult.withPosition(String position) |
Copyright © 2024. All rights reserved.