Uses of Class
com.amazonaws.services.codedeploy.model.StopDeploymentResult
Packages that use StopDeploymentResult
-
Uses of StopDeploymentResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return StopDeploymentResultModifier 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.Methods in com.amazonaws.services.codedeploy that return types with arguments of type StopDeploymentResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.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 StopDeploymentResultModifier 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 StopDeploymentResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return StopDeploymentResultModifier and TypeMethodDescriptionStopDeploymentResult.clone()
StopDeploymentResult.withStatus
(StopStatus status) The status of the stop deployment operation:StopDeploymentResult.withStatus
(String status) The status of the stop deployment operation:StopDeploymentResult.withStatusMessage
(String statusMessage) An accompanying status message.