Uses of Class
software.amazon.awssdk.services.codedeploy.model.BatchGetApplicationsResponse
-
Packages that use BatchGetApplicationsResponse 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 BatchGetApplicationsResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return BatchGetApplicationsResponse Modifier and Type Method Description default BatchGetApplicationsResponseCodeDeployClient. batchGetApplications(Consumer<BatchGetApplicationsRequest.Builder> batchGetApplicationsRequest)Gets information about one or more applications.default BatchGetApplicationsResponseCodeDeployClient. batchGetApplications(BatchGetApplicationsRequest batchGetApplicationsRequest)Gets information about one or more applications.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type BatchGetApplicationsResponse Modifier and Type Method Description default CompletableFuture<BatchGetApplicationsResponse>CodeDeployAsyncClient. batchGetApplications(Consumer<BatchGetApplicationsRequest.Builder> batchGetApplicationsRequest)Gets information about one or more applications.default CompletableFuture<BatchGetApplicationsResponse>CodeDeployAsyncClient. batchGetApplications(BatchGetApplicationsRequest batchGetApplicationsRequest)Gets information about one or more applications.
-