Package | Description |
---|---|
com.amazonaws.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
StopDeploymentResult |
AmazonCodeDeployClient.stopDeployment(StopDeploymentRequest request)
Attempts to stop an ongoing deployment.
|
StopDeploymentResult |
AbstractAmazonCodeDeploy.stopDeployment(StopDeploymentRequest request) |
StopDeploymentResult |
AmazonCodeDeploy.stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Future<StopDeploymentResult> |
AbstractAmazonCodeDeployAsync.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 © 2024. All rights reserved.