Uses of Class
com.amazonaws.services.apigateway.model.GetStagesRequest
Packages that use GetStagesRequest
-
Uses of GetStagesRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetStagesRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getStages(GetStagesRequest request) AmazonApiGateway.getStages(GetStagesRequest getStagesRequest) Gets information about one or more Stage resources.AmazonApiGatewayClient.getStages(GetStagesRequest getStagesRequest) Gets information about one or more Stage resources.AbstractAmazonApiGatewayAsync.getStagesAsync(GetStagesRequest request) AbstractAmazonApiGatewayAsync.getStagesAsync(GetStagesRequest request, AsyncHandler<GetStagesRequest, GetStagesResult> asyncHandler) AmazonApiGatewayAsync.getStagesAsync(GetStagesRequest getStagesRequest) Gets information about one or more Stage resources.AmazonApiGatewayAsync.getStagesAsync(GetStagesRequest getStagesRequest, AsyncHandler<GetStagesRequest, GetStagesResult> asyncHandler) Gets information about one or more Stage resources.AmazonApiGatewayAsyncClient.getStagesAsync(GetStagesRequest request) AmazonApiGatewayAsyncClient.getStagesAsync(GetStagesRequest request, AsyncHandler<GetStagesRequest, GetStagesResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetStagesRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getStagesAsync(GetStagesRequest request, AsyncHandler<GetStagesRequest, GetStagesResult> asyncHandler) AmazonApiGatewayAsync.getStagesAsync(GetStagesRequest getStagesRequest, AsyncHandler<GetStagesRequest, GetStagesResult> asyncHandler) Gets information about one or more Stage resources.AmazonApiGatewayAsyncClient.getStagesAsync(GetStagesRequest request, AsyncHandler<GetStagesRequest, GetStagesResult> asyncHandler) -
Uses of GetStagesRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetStagesRequestModifier and TypeMethodDescriptionGetStagesRequest.clone()GetStagesRequest.withDeploymentId(String deploymentId) The stages' deployment identifiers.GetStagesRequest.withRestApiId(String restApiId) The stages' API identifiers.