Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ContinueDeploymentResult |
AmazonCodeDeployClient.continueDeployment(ContinueDeploymentRequest request)
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.
|
ContinueDeploymentResult |
AmazonCodeDeploy.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.
|
ContinueDeploymentResult |
AbstractAmazonCodeDeploy.continueDeployment(ContinueDeploymentRequest request) |
Future<ContinueDeploymentResult> |
AmazonCodeDeployAsync.continueDeploymentAsync(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.
|
Future<ContinueDeploymentResult> |
AbstractAmazonCodeDeployAsync.continueDeploymentAsync(ContinueDeploymentRequest request) |
Future<ContinueDeploymentResult> |
AmazonCodeDeployAsyncClient.continueDeploymentAsync(ContinueDeploymentRequest request) |
Future<ContinueDeploymentResult> |
AmazonCodeDeployAsync.continueDeploymentAsync(ContinueDeploymentRequest continueDeploymentRequest,
AsyncHandler<ContinueDeploymentRequest,ContinueDeploymentResult> asyncHandler)
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.
|
Future<ContinueDeploymentResult> |
AbstractAmazonCodeDeployAsync.continueDeploymentAsync(ContinueDeploymentRequest request,
AsyncHandler<ContinueDeploymentRequest,ContinueDeploymentResult> asyncHandler) |
Future<ContinueDeploymentResult> |
AmazonCodeDeployAsyncClient.continueDeploymentAsync(ContinueDeploymentRequest request,
AsyncHandler<ContinueDeploymentRequest,ContinueDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ContinueDeploymentResult> |
AmazonCodeDeployAsync.continueDeploymentAsync(ContinueDeploymentRequest continueDeploymentRequest,
AsyncHandler<ContinueDeploymentRequest,ContinueDeploymentResult> asyncHandler)
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.
|
Future<ContinueDeploymentResult> |
AbstractAmazonCodeDeployAsync.continueDeploymentAsync(ContinueDeploymentRequest request,
AsyncHandler<ContinueDeploymentRequest,ContinueDeploymentResult> asyncHandler) |
Future<ContinueDeploymentResult> |
AmazonCodeDeployAsyncClient.continueDeploymentAsync(ContinueDeploymentRequest request,
AsyncHandler<ContinueDeploymentRequest,ContinueDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ContinueDeploymentRequest |
ContinueDeploymentRequest.clone() |
ContinueDeploymentRequest |
ContinueDeploymentRequest.withDeploymentId(String deploymentId)
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement
environment.
|
ContinueDeploymentRequest |
ContinueDeploymentRequest.withDeploymentWaitType(DeploymentWaitType deploymentWaitType)
The status of the deployment's waiting period.
|
ContinueDeploymentRequest |
ContinueDeploymentRequest.withDeploymentWaitType(String deploymentWaitType)
The status of the deployment's waiting period.
|
Copyright © 2021. All rights reserved.