Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
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 |
---|---|
GetDeploymentsRequest |
GetDeploymentsRequest.clone() |
GetDeploymentsRequest |
GetDeploymentsRequest.withLimit(Integer limit)
The maximum number of Deployment resources in the collection to
get information about.
|
GetDeploymentsRequest |
GetDeploymentsRequest.withPosition(String position)
The position of the current Deployment resource in the collection
to get information about.
|
GetDeploymentsRequest |
GetDeploymentsRequest.withRestApiId(String restApiId)
The identifier of the RestApi resource for the collection of
Deployment resources to get information about.
|
Copyright © 2018. All rights reserved.