Uses of Class
com.amazonaws.services.apigateway.model.GetDeploymentsRequest
-
Packages that use GetDeploymentsRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetDeploymentsRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type GetDeploymentsRequest Modifier and Type Method Description 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.Future<GetDeploymentsResult>
AmazonApiGatewayAsyncClient. getDeploymentsAsync(GetDeploymentsRequest request, AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler)
-
Uses of GetDeploymentsRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetDeploymentsRequest Modifier and Type Method 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.
-