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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
StopDeploymentResult |
StopDeploymentResult.withStatus(StopStatus status)
The status of the stop deployment operation: Pending: The
stop operation is pending. Succeeded: The stop operation
succeeded.
|
StopDeploymentResult |
StopDeploymentResult.withStatus(String status)
The status of the stop deployment operation: Pending: The
stop operation is pending. Succeeded: The stop operation
succeeded.
|
StopDeploymentResult |
StopDeploymentResult.withStatusMessage(String statusMessage)
An accompanying status message.
|
Copyright © 2015. All rights reserved.