Uses of Class
com.amazonaws.services.codedeploy.model.StopDeploymentRequest
-
Packages that use StopDeploymentRequest Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of StopDeploymentRequest in com.amazonaws.services.codedeploy
Method parameters in com.amazonaws.services.codedeploy with type arguments of type StopDeploymentRequest 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 StopDeploymentRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return StopDeploymentRequest Modifier and Type Method Description StopDeploymentRequest
StopDeploymentRequest. clone()
StopDeploymentRequest
StopDeploymentRequest. withDeploymentId(String deploymentId)
The unique ID of a deployment.
-