Uses of Class
software.amazon.awssdk.services.apigateway.model.GetStageResponse
Packages that use GetStageResponse
-
Uses of GetStageResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetStageResponseModifier and TypeMethodDescriptiondefault GetStageResponseApiGatewayClient.getStage(Consumer<GetStageRequest.Builder> getStageRequest) Gets information about a Stage resource.default GetStageResponseApiGatewayClient.getStage(GetStageRequest getStageRequest) Gets information about a Stage resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetStageResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetStageResponse>ApiGatewayAsyncClient.getStage(Consumer<GetStageRequest.Builder> getStageRequest) Gets information about a Stage resource.default CompletableFuture<GetStageResponse>ApiGatewayAsyncClient.getStage(GetStageRequest getStageRequest) Gets information about a Stage resource.