| 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.waiters |
| Modifier and Type | Method and Description |
|---|---|
static CodeDeployClient |
CodeDeployClient.create()
Create a
CodeDeployClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
| Constructor and Description |
|---|
ListApplicationRevisionsIterable(CodeDeployClient client,
ListApplicationRevisionsRequest firstRequest) |
ListApplicationsIterable(CodeDeployClient client,
ListApplicationsRequest firstRequest) |
ListDeploymentConfigsIterable(CodeDeployClient client,
ListDeploymentConfigsRequest firstRequest) |
ListDeploymentGroupsIterable(CodeDeployClient client,
ListDeploymentGroupsRequest firstRequest) |
ListDeploymentsIterable(CodeDeployClient client,
ListDeploymentsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
CodeDeployWaiter.Builder |
CodeDeployWaiter.Builder.client(CodeDeployClient client)
Sets a custom
CodeDeployClient that will be used to poll the resource |
Copyright © 2023. All rights reserved.