| 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 CancelServiceInstanceDeploymentResponse |
ProtonClient.cancelServiceInstanceDeployment(Consumer<CancelServiceInstanceDeploymentRequest.Builder> cancelServiceInstanceDeploymentRequest)
Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is
IN_PROGRESS. |
default CompletableFuture<CancelServiceInstanceDeploymentResponse> |
ProtonAsyncClient.cancelServiceInstanceDeployment(Consumer<CancelServiceInstanceDeploymentRequest.Builder> cancelServiceInstanceDeploymentRequest)
Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is
IN_PROGRESS. |
| Modifier and Type | Method and Description |
|---|---|
static CancelServiceInstanceDeploymentRequest.Builder |
CancelServiceInstanceDeploymentRequest.builder() |
CancelServiceInstanceDeploymentRequest.Builder |
CancelServiceInstanceDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelServiceInstanceDeploymentRequest.Builder |
CancelServiceInstanceDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelServiceInstanceDeploymentRequest.Builder |
CancelServiceInstanceDeploymentRequest.Builder.serviceInstanceName(String serviceInstanceName)
The name of the service instance with the deployment to cancel.
|
CancelServiceInstanceDeploymentRequest.Builder |
CancelServiceInstanceDeploymentRequest.Builder.serviceName(String serviceName)
The name of the service with the service instance deployment to cancel.
|
CancelServiceInstanceDeploymentRequest.Builder |
CancelServiceInstanceDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelServiceInstanceDeploymentRequest.Builder> |
CancelServiceInstanceDeploymentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.