Uses of Class
software.amazon.awssdk.services.codedeploy.model.StopDeploymentResponse
-
Packages that use StopDeploymentResponse Package Description software.amazon.awssdk.services.codedeploy CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service. -
-
Uses of StopDeploymentResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return StopDeploymentResponse Modifier and Type Method Description default StopDeploymentResponseCodeDeployClient. stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)Attempts to stop an ongoing deployment.default StopDeploymentResponseCodeDeployClient. stopDeployment(StopDeploymentRequest stopDeploymentRequest)Attempts to stop an ongoing deployment.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type StopDeploymentResponse Modifier and Type Method Description default CompletableFuture<StopDeploymentResponse>CodeDeployAsyncClient. stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)Attempts to stop an ongoing deployment.default CompletableFuture<StopDeploymentResponse>CodeDeployAsyncClient. stopDeployment(StopDeploymentRequest stopDeploymentRequest)Attempts to stop an ongoing deployment.
-