Uses of Interface
software.amazon.awssdk.services.codedeploy.model.StopDeploymentRequest.Builder
-
Packages that use StopDeploymentRequest.Builder 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.software.amazon.awssdk.services.codedeploy.model -
-
Uses of StopDeploymentRequest.Builder in software.amazon.awssdk.services.codedeploy
Method parameters in software.amazon.awssdk.services.codedeploy with type arguments of type StopDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<StopDeploymentResponse>CodeDeployAsyncClient. stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)Attempts to stop an ongoing deployment.default StopDeploymentResponseCodeDeployClient. stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)Attempts to stop an ongoing deployment. -
Uses of StopDeploymentRequest.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return StopDeploymentRequest.Builder Modifier and Type Method Description StopDeploymentRequest.BuilderStopDeploymentRequest.Builder. autoRollbackEnabled(Boolean autoRollbackEnabled)Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.static StopDeploymentRequest.BuilderStopDeploymentRequest. builder()StopDeploymentRequest.BuilderStopDeploymentRequest.Builder. deploymentId(String deploymentId)The unique ID of a deployment.StopDeploymentRequest.BuilderStopDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopDeploymentRequest.BuilderStopDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopDeploymentRequest.BuilderStopDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type StopDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends StopDeploymentRequest.Builder>StopDeploymentRequest. serializableBuilderClass()
-