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> |
AbstractAmazonApiGatewayAsync.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 |
---|---|
GetDeploymentsRequest |
GetDeploymentsRequest.clone() |
GetDeploymentsRequest |
GetDeploymentsRequest.withLimit(Integer limit)
The maximum number of returned results per page.
|
GetDeploymentsRequest |
GetDeploymentsRequest.withPosition(String position)
The current pagination position in the paged result set.
|
GetDeploymentsRequest |
GetDeploymentsRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
Copyright © 2017. All rights reserved.