| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton |
This is the Proton Service API Reference.
|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
default CancelEnvironmentDeploymentResponse |
ProtonClient.cancelEnvironmentDeployment(Consumer<CancelEnvironmentDeploymentRequest.Builder> cancelEnvironmentDeploymentRequest)
Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is
IN_PROGRESS. |
default CompletableFuture<CancelEnvironmentDeploymentResponse> |
ProtonAsyncClient.cancelEnvironmentDeployment(Consumer<CancelEnvironmentDeploymentRequest.Builder> cancelEnvironmentDeploymentRequest)
Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is
IN_PROGRESS. |
| Modifier and Type | Method and Description |
|---|---|
static CancelEnvironmentDeploymentRequest.Builder |
CancelEnvironmentDeploymentRequest.builder() |
CancelEnvironmentDeploymentRequest.Builder |
CancelEnvironmentDeploymentRequest.Builder.environmentName(String environmentName)
The name of the environment with the deployment to cancel.
|
CancelEnvironmentDeploymentRequest.Builder |
CancelEnvironmentDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelEnvironmentDeploymentRequest.Builder |
CancelEnvironmentDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelEnvironmentDeploymentRequest.Builder |
CancelEnvironmentDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelEnvironmentDeploymentRequest.Builder> |
CancelEnvironmentDeploymentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.