Package | Description |
---|---|
com.amazonaws.services.codedeploy | |
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
Future<StopDeploymentResult> |
AbstractAmazonCodeDeployAsync.stopDeploymentAsync(StopDeploymentRequest request,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler) |
Future<StopDeploymentResult> |
AmazonCodeDeployAsyncClient.stopDeploymentAsync(StopDeploymentRequest request,
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.