Uses of Class
software.amazon.awssdk.services.apigateway.model.GetStageResponse
-
Packages that use GetStageResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetStageResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetStageResponse Modifier and Type Method Description default 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 GetStageResponse Modifier and Type Method Description default 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.
-