Package | Description |
---|---|
com.amazonaws.services.codedeploy |
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
StopDeploymentResult |
AmazonCodeDeploy.stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
StopDeploymentResult |
AmazonCodeDeployClient.stopDeployment(StopDeploymentRequest request)
Attempts to stop an ongoing deployment.
|
StopDeploymentResult |
AbstractAmazonCodeDeploy.stopDeployment(StopDeploymentRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<StopDeploymentResult> |
AbstractAmazonCodeDeployAsync.stopDeploymentAsync(StopDeploymentRequest request,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler) |
Future<StopDeploymentResult> |
AmazonCodeDeployAsync.stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler)
Attempts to stop an ongoing deployment.
|
Future<StopDeploymentResult> |
AmazonCodeDeployAsyncClient.stopDeploymentAsync(StopDeploymentRequest request,
AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StopDeploymentResult |
StopDeploymentResult.clone() |
StopDeploymentResult |
StopDeploymentResult.withStatus(StopStatus status)
The status of the stop deployment operation:
|
StopDeploymentResult |
StopDeploymentResult.withStatus(String status)
The status of the stop deployment operation:
|
StopDeploymentResult |
StopDeploymentResult.withStatusMessage(String statusMessage)
An accompanying status message.
|
Copyright © 2017. All rights reserved.