Uses of Class
software.amazon.awssdk.services.codedeploy.model.BatchGetDeploymentsResponse
-
Packages that use BatchGetDeploymentsResponse 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. -
-
Uses of BatchGetDeploymentsResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return BatchGetDeploymentsResponse Modifier and Type Method Description default BatchGetDeploymentsResponseCodeDeployClient. batchGetDeployments(Consumer<BatchGetDeploymentsRequest.Builder> batchGetDeploymentsRequest)Gets information about one or more deployments.default BatchGetDeploymentsResponseCodeDeployClient. batchGetDeployments(BatchGetDeploymentsRequest batchGetDeploymentsRequest)Gets information about one or more deployments.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type BatchGetDeploymentsResponse Modifier and Type Method Description default CompletableFuture<BatchGetDeploymentsResponse>CodeDeployAsyncClient. batchGetDeployments(Consumer<BatchGetDeploymentsRequest.Builder> batchGetDeploymentsRequest)Gets information about one or more deployments.default CompletableFuture<BatchGetDeploymentsResponse>CodeDeployAsyncClient. batchGetDeployments(BatchGetDeploymentsRequest batchGetDeploymentsRequest)Gets information about one or more deployments.
-