| 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 CompletableFuture<CancelComponentDeploymentResponse> |
ProtonAsyncClient.cancelComponentDeployment(Consumer<CancelComponentDeploymentRequest.Builder> cancelComponentDeploymentRequest)
Attempts to cancel a component deployment (for a component that is in the
IN_PROGRESS deployment
status). |
default CancelComponentDeploymentResponse |
ProtonClient.cancelComponentDeployment(Consumer<CancelComponentDeploymentRequest.Builder> cancelComponentDeploymentRequest)
Attempts to cancel a component deployment (for a component that is in the
IN_PROGRESS deployment
status). |
| Modifier and Type | Method and Description |
|---|---|
static CancelComponentDeploymentRequest.Builder |
CancelComponentDeploymentRequest.builder() |
CancelComponentDeploymentRequest.Builder |
CancelComponentDeploymentRequest.Builder.componentName(String componentName)
The name of the component with the deployment to cancel.
|
CancelComponentDeploymentRequest.Builder |
CancelComponentDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelComponentDeploymentRequest.Builder |
CancelComponentDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelComponentDeploymentRequest.Builder |
CancelComponentDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelComponentDeploymentRequest.Builder> |
CancelComponentDeploymentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.