Uses of Class
software.amazon.awssdk.services.codedeploy.model.ListDeploymentsRequest
-
Packages that use ListDeploymentsRequest Package Description software.amazon.awssdk.services.codedeploy CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.software.amazon.awssdk.services.codedeploy.paginators software.amazon.awssdk.services.codedeploy.transform -
-
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy with parameters of type ListDeploymentsRequest Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>CodeDeployAsyncClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.default ListDeploymentsResponseCodeDeployClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.default ListDeploymentsPublisherCodeDeployAsyncClient. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)This is a variant ofCodeDeployAsyncClient.listDeployments(software.amazon.awssdk.services.codedeploy.model.ListDeploymentsRequest)operation.default ListDeploymentsIterableCodeDeployClient. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)This is a variant ofCodeDeployClient.listDeployments(software.amazon.awssdk.services.codedeploy.model.ListDeploymentsRequest)operation. -
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.codedeploy.paginators
Constructors in software.amazon.awssdk.services.codedeploy.paginators with parameters of type ListDeploymentsRequest Constructor Description ListDeploymentsIterable(CodeDeployClient client, ListDeploymentsRequest firstRequest)ListDeploymentsPublisher(CodeDeployAsyncClient client, ListDeploymentsRequest firstRequest) -
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.codedeploy.transform
Methods in software.amazon.awssdk.services.codedeploy.transform with parameters of type ListDeploymentsRequest Modifier and Type Method Description SdkHttpFullRequestListDeploymentsRequestMarshaller. marshall(ListDeploymentsRequest listDeploymentsRequest)
-