Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
Packages that use GetDeploymentsRequest
Package
Description
-
Uses of GetDeploymentsRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetDeploymentsRequestModifier and TypeMethodDescriptiondefault 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 GetDeploymentsRequestModifierConstructorDescriptionGetDeploymentsIterable(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 GetDeploymentsRequestModifier and TypeMethodDescriptionGetDeploymentsRequestMarshaller.marshall(GetDeploymentsRequest getDeploymentsRequest)