Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ContinueDeploymentResult |
AmazonCodeDeploy.continueDeployment(ContinueDeploymentRequest continueDeploymentRequest)
Starts the process of rerouting traffic from instances in the original environment to instances in thereplacement
environment without waiting for a specified wait time to elapse.
|
ContinueDeploymentResult |
AmazonCodeDeployClient.continueDeployment(ContinueDeploymentRequest request)
Starts the process of rerouting traffic from instances in the original environment to instances in thereplacement
environment without waiting for a specified wait time to elapse.
|
ContinueDeploymentResult |
AbstractAmazonCodeDeploy.continueDeployment(ContinueDeploymentRequest request) |
Future<ContinueDeploymentResult> |
AbstractAmazonCodeDeployAsync.continueDeploymentAsync(ContinueDeploymentRequest request) |
Future<ContinueDeploymentResult> |
AmazonCodeDeployAsync.continueDeploymentAsync(ContinueDeploymentRequest continueDeploymentRequest)
Starts the process of rerouting traffic from instances in the original environment to instances in thereplacement
environment without waiting for a specified wait time to elapse.
|
Future<ContinueDeploymentResult> |
AmazonCodeDeployAsyncClient.continueDeploymentAsync(ContinueDeploymentRequest request) |
Future<ContinueDeploymentResult> |
AbstractAmazonCodeDeployAsync.continueDeploymentAsync(ContinueDeploymentRequest request,
AsyncHandler<ContinueDeploymentRequest,ContinueDeploymentResult> asyncHandler) |
Future<ContinueDeploymentResult> |
AmazonCodeDeployAsync.continueDeploymentAsync(ContinueDeploymentRequest continueDeploymentRequest,
AsyncHandler<ContinueDeploymentRequest,ContinueDeploymentResult> asyncHandler)
Starts the process of rerouting traffic from instances in the original environment to instances in thereplacement
environment without waiting for a specified wait time to elapse.
|
Future<ContinueDeploymentResult> |
AmazonCodeDeployAsyncClient.continueDeploymentAsync(ContinueDeploymentRequest request,
AsyncHandler<ContinueDeploymentRequest,ContinueDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ContinueDeploymentResult> |
AbstractAmazonCodeDeployAsync.continueDeploymentAsync(ContinueDeploymentRequest request,
AsyncHandler<ContinueDeploymentRequest,ContinueDeploymentResult> asyncHandler) |
Future<ContinueDeploymentResult> |
AmazonCodeDeployAsync.continueDeploymentAsync(ContinueDeploymentRequest continueDeploymentRequest,
AsyncHandler<ContinueDeploymentRequest,ContinueDeploymentResult> asyncHandler)
Starts the process of rerouting traffic from instances in the original environment to instances in thereplacement
environment without waiting for a specified wait time to elapse.
|
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 deployment ID of the blue/green deployment for which you want to start rerouting traffic to the replacement
environment.
|
Copyright © 2017. All rights reserved.