Uses of Class
software.amazon.awssdk.services.apigateway.model.GetStagesResponse
Packages that use GetStagesResponse
-
Uses of GetStagesResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetStagesResponseModifier and TypeMethodDescriptiondefault GetStagesResponseApiGatewayClient.getStages(Consumer<GetStagesRequest.Builder> getStagesRequest) Gets information about one or more Stage resources.default GetStagesResponseApiGatewayClient.getStages(GetStagesRequest getStagesRequest) Gets information about one or more Stage resources.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetStagesResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetStagesResponse>ApiGatewayAsyncClient.getStages(Consumer<GetStagesRequest.Builder> getStagesRequest) Gets information about one or more Stage resources.default CompletableFuture<GetStagesResponse>ApiGatewayAsyncClient.getStages(GetStagesRequest getStagesRequest) Gets information about one or more Stage resources.