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