Uses of Class
com.amazonaws.services.codedeploy.model.StopDeploymentRequest
Packages that use StopDeploymentRequest
-
Uses of StopDeploymentRequest in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy with parameters of type StopDeploymentRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.stopDeployment
(StopDeploymentRequest request) AmazonCodeDeploy.stopDeployment
(StopDeploymentRequest stopDeploymentRequest) Attempts to stop an ongoing deployment.AmazonCodeDeployClient.stopDeployment
(StopDeploymentRequest stopDeploymentRequest) Attempts to stop an ongoing deployment.AbstractAmazonCodeDeployAsync.stopDeploymentAsync
(StopDeploymentRequest request) AbstractAmazonCodeDeployAsync.stopDeploymentAsync
(StopDeploymentRequest request, AsyncHandler<StopDeploymentRequest, StopDeploymentResult> asyncHandler) AmazonCodeDeployAsync.stopDeploymentAsync
(StopDeploymentRequest stopDeploymentRequest) Attempts to stop an ongoing deployment.AmazonCodeDeployAsync.stopDeploymentAsync
(StopDeploymentRequest stopDeploymentRequest, AsyncHandler<StopDeploymentRequest, StopDeploymentResult> asyncHandler) Attempts to stop an ongoing deployment.AmazonCodeDeployAsyncClient.stopDeploymentAsync
(StopDeploymentRequest request) AmazonCodeDeployAsyncClient.stopDeploymentAsync
(StopDeploymentRequest request, AsyncHandler<StopDeploymentRequest, StopDeploymentResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type StopDeploymentRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.stopDeploymentAsync
(StopDeploymentRequest request, AsyncHandler<StopDeploymentRequest, StopDeploymentResult> asyncHandler) AmazonCodeDeployAsync.stopDeploymentAsync
(StopDeploymentRequest stopDeploymentRequest, AsyncHandler<StopDeploymentRequest, StopDeploymentResult> asyncHandler) Attempts to stop an ongoing deployment.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 StopDeploymentRequestModifier and TypeMethodDescriptionStopDeploymentRequest.clone()
StopDeploymentRequest.withDeploymentId
(String deploymentId) The unique ID of a deployment.