| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy |
|
| com.amazonaws.services.codedeploy.model | |
| com.amazonaws.services.codedeploy.model.transform |
| 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 |
|---|---|
StopDeploymentRequest |
StopDeploymentRequest.clone() |
StopDeploymentRequest |
StopDeploymentRequest.withAutoRollbackEnabled(Boolean autoRollbackEnabled)
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the
previous version of the application revision.
|
StopDeploymentRequest |
StopDeploymentRequest.withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Request<StopDeploymentRequest> |
StopDeploymentRequestProtocolMarshaller.marshall(StopDeploymentRequest stopDeploymentRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<StopDeploymentRequest> |
StopDeploymentRequestProtocolMarshaller.marshall(StopDeploymentRequest stopDeploymentRequest) |
void |
StopDeploymentRequestMarshaller.marshall(StopDeploymentRequest stopDeploymentRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.