| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| Modifier and Type | Method and Description |
|---|---|
default ContinueDeploymentResponse |
CodeDeployClient.continueDeployment(Consumer<ContinueDeploymentRequest.Builder> continueDeploymentRequest)
For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment
to instances in the replacement environment without waiting for a specified wait time to elapse.
|
default ContinueDeploymentResponse |
CodeDeployClient.continueDeployment(ContinueDeploymentRequest continueDeploymentRequest)
For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment
to instances in the replacement environment without waiting for a specified wait time to elapse.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments()
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsIterable |
CodeDeployClient.listDeploymentsPaginator()
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsIterable |
CodeDeployClient.listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsIterable |
CodeDeployClient.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
Copyright © 2019. All rights reserved.