| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopDeploymentResponse> |
CodeDeployAsyncClient.stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
default StopDeploymentResponse |
CodeDeployClient.stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentRequest.Builder |
StopDeploymentRequest.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.Builder |
StopDeploymentRequest.builder() |
StopDeploymentRequest.Builder |
StopDeploymentRequest.Builder.deploymentId(String deploymentId)
The unique ID of a deployment.
|
StopDeploymentRequest.Builder |
StopDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopDeploymentRequest.Builder |
StopDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopDeploymentRequest.Builder |
StopDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopDeploymentRequest.Builder> |
StopDeploymentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.