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 getDeploymentsRequest)
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> |
AmazonApiGatewayAsyncClient.getDeploymentsAsync(GetDeploymentsRequest request,
AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler) |
Future<GetDeploymentsResult> |
AmazonApiGatewayAsync.getDeploymentsAsync(GetDeploymentsRequest getDeploymentsRequest,
AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler)
Gets information about a Deployments collection.
|
Future<GetDeploymentsResult> |
AbstractAmazonApiGatewayAsync.getDeploymentsAsync(GetDeploymentsRequest request,
AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetDeploymentsResult |
GetDeploymentsResult.clone() |
GetDeploymentsResult |
GetDeploymentsResult.withItems(Collection<Deployment> items)
The current page of any Deployment resources in the collection of
deployment resources.
|
GetDeploymentsResult |
GetDeploymentsResult.withItems(Deployment... items)
The current page of any Deployment resources in the collection of
deployment resources.
|
GetDeploymentsResult |
GetDeploymentsResult.withPosition(String position) |
Copyright © 2018. All rights reserved.