Uses of Class
com.amazonaws.services.apigateway.model.GetStageRequest
Packages that use GetStageRequest
-
Uses of GetStageRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetStageRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getStage(GetStageRequest request) AmazonApiGateway.getStage(GetStageRequest getStageRequest) Gets information about a Stage resource.AmazonApiGatewayClient.getStage(GetStageRequest getStageRequest) Gets information about a Stage resource.AbstractAmazonApiGatewayAsync.getStageAsync(GetStageRequest request) AbstractAmazonApiGatewayAsync.getStageAsync(GetStageRequest request, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) AmazonApiGatewayAsync.getStageAsync(GetStageRequest getStageRequest) Gets information about a Stage resource.AmazonApiGatewayAsync.getStageAsync(GetStageRequest getStageRequest, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) Gets information about a Stage resource.AmazonApiGatewayAsyncClient.getStageAsync(GetStageRequest request) AmazonApiGatewayAsyncClient.getStageAsync(GetStageRequest request, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetStageRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getStageAsync(GetStageRequest request, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) AmazonApiGatewayAsync.getStageAsync(GetStageRequest getStageRequest, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) Gets information about a Stage resource.AmazonApiGatewayAsyncClient.getStageAsync(GetStageRequest request, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) -
Uses of GetStageRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetStageRequestModifier and TypeMethodDescriptionGetStageRequest.clone()GetStageRequest.withRestApiId(String restApiId) GetStageRequest.withStageName(String stageName) The name of the Stage resource to get information about.