Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
-
Packages that use GetDeploymentsRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetDeploymentsRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetDeploymentsRequest Modifier and Type Method Description default CompletableFuture<GetDeploymentsResponse>ApiGatewayAsyncClient. getDeployments(GetDeploymentsRequest getDeploymentsRequest)Gets information about a Deployments collection.default GetDeploymentsResponseApiGatewayClient. getDeployments(GetDeploymentsRequest getDeploymentsRequest)Gets information about a Deployments collection.default GetDeploymentsPublisherApiGatewayAsyncClient. getDeploymentsPaginator(GetDeploymentsRequest getDeploymentsRequest)This is a variant ofApiGatewayAsyncClient.getDeployments(software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest)operation.default GetDeploymentsIterableApiGatewayClient. getDeploymentsPaginator(GetDeploymentsRequest getDeploymentsRequest)This is a variant ofApiGatewayClient.getDeployments(software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest)operation. -
Uses of GetDeploymentsRequest in software.amazon.awssdk.services.apigateway.paginators
Constructors in software.amazon.awssdk.services.apigateway.paginators with parameters of type GetDeploymentsRequest Constructor Description GetDeploymentsIterable(ApiGatewayClient client, GetDeploymentsRequest firstRequest)GetDeploymentsPublisher(ApiGatewayAsyncClient client, GetDeploymentsRequest firstRequest) -
Uses of GetDeploymentsRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetDeploymentsRequest Modifier and Type Method Description SdkHttpFullRequestGetDeploymentsRequestMarshaller. marshall(GetDeploymentsRequest getDeploymentsRequest)
-