Uses of Class
software.amazon.awssdk.services.apigateway.model.GetStagesRequest
-
Packages that use GetStagesRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetStagesRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetStagesRequest Modifier and Type Method Description default CompletableFuture<GetStagesResponse>ApiGatewayAsyncClient. getStages(GetStagesRequest getStagesRequest)Gets information about one or more Stage resources.default GetStagesResponseApiGatewayClient. getStages(GetStagesRequest getStagesRequest)Gets information about one or more Stage resources. -
Uses of GetStagesRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetStagesRequest Modifier and Type Method Description SdkHttpFullRequestGetStagesRequestMarshaller. marshall(GetStagesRequest getStagesRequest)
-