Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetStagesResponse
-
Packages that use GetStagesResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetStagesResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetStagesResponse Modifier and Type Method Description default GetStagesResponseApiGatewayV2Client. getStages(Consumer<GetStagesRequest.Builder> getStagesRequest)Gets the Stages for an API.default GetStagesResponseApiGatewayV2Client. getStages(GetStagesRequest getStagesRequest)Gets the Stages for an API.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetStagesResponse Modifier and Type Method Description default CompletableFuture<GetStagesResponse>ApiGatewayV2AsyncClient. getStages(Consumer<GetStagesRequest.Builder> getStagesRequest)Gets the Stages for an API.default CompletableFuture<GetStagesResponse>ApiGatewayV2AsyncClient. getStages(GetStagesRequest getStagesRequest)Gets the Stages for an API.
-