Uses of Class
com.amazonaws.services.codedeploy.model.StopDeploymentResult
-
Packages that use StopDeploymentResult Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of StopDeploymentResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return StopDeploymentResult Modifier and Type Method Description StopDeploymentResult
AbstractAmazonCodeDeploy. stopDeployment(StopDeploymentRequest request)
StopDeploymentResult
AmazonCodeDeploy. stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.StopDeploymentResult
AmazonCodeDeployClient. stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.Method parameters in com.amazonaws.services.codedeploy with type arguments of type StopDeploymentResult Modifier and Type Method 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)
-
Uses of StopDeploymentResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return StopDeploymentResult Modifier and Type Method 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.
-