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 GetDeploymentsResult
AbstractAmazonApiGateway. getDeployments(GetDeploymentsRequest request)
GetDeploymentsResult
AmazonApiGateway. getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.GetDeploymentsResult
AmazonApiGatewayClient. 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 GetDeploymentsResult
GetDeploymentsResult. clone()
GetDeploymentsResult
GetDeploymentsResult. withItems(Deployment... items)
The current page of any Deployment resources in the collection of deployment resources.GetDeploymentsResult
GetDeploymentsResult. withItems(Collection<Deployment> items)
The current page of any Deployment resources in the collection of deployment resources.GetDeploymentsResult
GetDeploymentsResult. withPosition(String position)
-