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 StopDeploymentResultAbstractAmazonCodeDeploy. stopDeployment(StopDeploymentRequest request)StopDeploymentResultAmazonCodeDeploy. stopDeployment(StopDeploymentRequest stopDeploymentRequest)Attempts to stop an ongoing deployment.StopDeploymentResultAmazonCodeDeployClient. 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 StopDeploymentResultStopDeploymentResult. clone()StopDeploymentResultStopDeploymentResult. withStatus(StopStatus status)The status of the stop deployment operation:StopDeploymentResultStopDeploymentResult. withStatus(String status)The status of the stop deployment operation:StopDeploymentResultStopDeploymentResult. withStatusMessage(String statusMessage)An accompanying status message.
-