| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchGetApplicationRevisionsResponse |
CodeDeployClient.batchGetApplicationRevisions(BatchGetApplicationRevisionsRequest batchGetApplicationRevisionsRequest)
Gets information about one or more application revisions.
|
default BatchGetApplicationRevisionsResponse |
CodeDeployClient.batchGetApplicationRevisions(Consumer<BatchGetApplicationRevisionsRequest.Builder> batchGetApplicationRevisionsRequest)
Gets information about one or more application revisions.
|
default BatchGetApplicationsResponse |
CodeDeployClient.batchGetApplications(BatchGetApplicationsRequest batchGetApplicationsRequest)
Gets information about one or more applications.
|
default BatchGetApplicationsResponse |
CodeDeployClient.batchGetApplications(Consumer<BatchGetApplicationsRequest.Builder> batchGetApplicationsRequest)
Gets information about one or more applications.
|
default BatchGetDeploymentGroupsResponse |
CodeDeployClient.batchGetDeploymentGroups(BatchGetDeploymentGroupsRequest batchGetDeploymentGroupsRequest)
Gets information about one or more deployment groups.
|
default BatchGetDeploymentGroupsResponse |
CodeDeployClient.batchGetDeploymentGroups(Consumer<BatchGetDeploymentGroupsRequest.Builder> batchGetDeploymentGroupsRequest)
Gets information about one or more deployment groups.
|
default BatchGetDeploymentsResponse |
CodeDeployClient.batchGetDeployments(BatchGetDeploymentsRequest batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
default BatchGetDeploymentsResponse |
CodeDeployClient.batchGetDeployments(Consumer<BatchGetDeploymentsRequest.Builder> batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
default BatchGetOnPremisesInstancesResponse |
CodeDeployClient.batchGetOnPremisesInstances(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest)
Gets information about one or more on-premises instances.
|
default BatchGetOnPremisesInstancesResponse |
CodeDeployClient.batchGetOnPremisesInstances(Consumer<BatchGetOnPremisesInstancesRequest.Builder> batchGetOnPremisesInstancesRequest)
Gets information about one or more on-premises instances.
|
Copyright © 2022. All rights reserved.