Uses of Class
com.amazonaws.services.apigateway.model.GetDeploymentsResult
-
Packages that use GetDeploymentsResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetDeploymentsResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetDeploymentsResult Modifier and Type Method Description GetDeploymentsResultAbstractAmazonApiGateway. getDeployments(GetDeploymentsRequest request)GetDeploymentsResultAmazonApiGateway. getDeployments(GetDeploymentsRequest getDeploymentsRequest)Gets information about a Deployments collection.GetDeploymentsResultAmazonApiGatewayClient. getDeployments(GetDeploymentsRequest getDeploymentsRequest)Gets information about a Deployments collection.Method parameters in com.amazonaws.services.apigateway with type arguments of type GetDeploymentsResult 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 GetDeploymentsResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetDeploymentsResult Modifier and Type Method Description GetDeploymentsResultGetDeploymentsResult. clone()GetDeploymentsResultGetDeploymentsResult. withItems(Deployment... items)The current page of any Deployment resources in the collection of deployment resources.GetDeploymentsResultGetDeploymentsResult. withItems(Collection<Deployment> items)The current page of any Deployment resources in the collection of deployment resources.GetDeploymentsResultGetDeploymentsResult. withPosition(String position)
-