Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetStageResponse
-
Packages that use GetStageResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetStageResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetStageResponse Modifier and Type Method Description default GetStageResponseApiGatewayV2Client. getStage(Consumer<GetStageRequest.Builder> getStageRequest)Gets a Stage.default GetStageResponseApiGatewayV2Client. getStage(GetStageRequest getStageRequest)Gets a Stage.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetStageResponse Modifier and Type Method Description default CompletableFuture<GetStageResponse>ApiGatewayV2AsyncClient. getStage(Consumer<GetStageRequest.Builder> getStageRequest)Gets a Stage.default CompletableFuture<GetStageResponse>ApiGatewayV2AsyncClient. getStage(GetStageRequest getStageRequest)Gets a Stage.
-