| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| Modifier and Type | Method and Description |
|---|---|
default BatchGetDeploymentInstancesResponse |
CodeDeployClient.batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest)
Gets information about one or more instance that are part of a deployment group.
|
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 GetDeploymentResponse |
CodeDeployClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
default GetDeploymentInstanceResponse |
CodeDeployClient.getDeploymentInstance(GetDeploymentInstanceRequest getDeploymentInstanceRequest)
Gets information about an instance as part of a deployment.
|
default ListDeploymentInstancesResponse |
CodeDeployClient.listDeploymentInstances(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the instance for a deployment associated with the applicable IAM user or AWS account.
|
default SkipWaitTimeForInstanceTerminationResponse |
CodeDeployClient.skipWaitTimeForInstanceTermination(SkipWaitTimeForInstanceTerminationRequest skipWaitTimeForInstanceTerminationRequest)
In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after
the traffic routing is completed.
|
default StopDeploymentResponse |
CodeDeployClient.stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
Copyright © 2017. All rights reserved.