Package | Description |
---|---|
com.amazonaws.services.codedeploy | |
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
StopDeploymentResult |
AmazonCodeDeployClient.stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
StopDeploymentResult |
AmazonCodeDeploy.stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
Future<StopDeploymentResult> |
AmazonCodeDeployAsyncClient.stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest) |
Future<StopDeploymentResult> |
AmazonCodeDeployAsync.stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
Future<StopDeploymentResult> |
AmazonCodeDeployAsyncClient.stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler) |
Future<StopDeploymentResult> |
AmazonCodeDeployAsync.stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler)
Attempts to stop an ongoing deployment.
|
Modifier and Type | Method and Description |
---|---|
Future<StopDeploymentResult> |
AmazonCodeDeployAsyncClient.stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler) |
Future<StopDeploymentResult> |
AmazonCodeDeployAsync.stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler)
Attempts to stop an ongoing deployment.
|
Modifier and Type | Method and Description |
---|---|
StopDeploymentRequest |
StopDeploymentRequest.clone() |
StopDeploymentRequest |
StopDeploymentRequest.withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
Copyright © 2015. All rights reserved.