Uses of Class
com.amazonaws.services.apigateway.model.GetDeploymentsRequest
Packages that use GetDeploymentsRequest
-
Uses of GetDeploymentsRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetDeploymentsRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getDeployments
(GetDeploymentsRequest request) AmazonApiGateway.getDeployments
(GetDeploymentsRequest getDeploymentsRequest) Gets information about a Deployments collection.AmazonApiGatewayClient.getDeployments
(GetDeploymentsRequest getDeploymentsRequest) Gets information about a Deployments collection.AbstractAmazonApiGatewayAsync.getDeploymentsAsync
(GetDeploymentsRequest request) AbstractAmazonApiGatewayAsync.getDeploymentsAsync
(GetDeploymentsRequest request, AsyncHandler<GetDeploymentsRequest, GetDeploymentsResult> asyncHandler) AmazonApiGatewayAsync.getDeploymentsAsync
(GetDeploymentsRequest getDeploymentsRequest) Gets information about a Deployments collection.AmazonApiGatewayAsync.getDeploymentsAsync
(GetDeploymentsRequest getDeploymentsRequest, AsyncHandler<GetDeploymentsRequest, GetDeploymentsResult> asyncHandler) Gets information about a Deployments collection.AmazonApiGatewayAsyncClient.getDeploymentsAsync
(GetDeploymentsRequest request) AmazonApiGatewayAsyncClient.getDeploymentsAsync
(GetDeploymentsRequest request, AsyncHandler<GetDeploymentsRequest, GetDeploymentsResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetDeploymentsRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getDeploymentsAsync
(GetDeploymentsRequest request, AsyncHandler<GetDeploymentsRequest, GetDeploymentsResult> asyncHandler) AmazonApiGatewayAsync.getDeploymentsAsync
(GetDeploymentsRequest getDeploymentsRequest, AsyncHandler<GetDeploymentsRequest, GetDeploymentsResult> asyncHandler) Gets information about a Deployments collection.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 GetDeploymentsRequestModifier and TypeMethodDescriptionGetDeploymentsRequest.clone()
The maximum number of Deployment resources in the collection to get information about.GetDeploymentsRequest.withPosition
(String position) The position of the current Deployment resource in the collection to get information about.GetDeploymentsRequest.withRestApiId
(String restApiId) The identifier of the RestApi resource for the collection of Deployment resources to get information about.