Package | Description |
---|---|
com.amazonaws.services.codedeploy |
Synchronous and asynchronous client classes for accessing AmazonCodeDeploy.
|
com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
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)
Attempts to stop an ongoing deployment.
|
Future<StopDeploymentResult> |
AmazonCodeDeployAsync.stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
Future<StopDeploymentResult> |
AmazonCodeDeployAsyncClient.stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler)
Attempts to stop an ongoing deployment.
|
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)
Attempts to stop an ongoing deployment.
|
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.