| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelComponentDeploymentResult> |
AbstractAWSProtonAsync.cancelComponentDeploymentAsync(CancelComponentDeploymentRequest request,
AsyncHandler<CancelComponentDeploymentRequest,CancelComponentDeploymentResult> asyncHandler) |
Future<CancelComponentDeploymentResult> |
AWSProtonAsync.cancelComponentDeploymentAsync(CancelComponentDeploymentRequest cancelComponentDeploymentRequest,
AsyncHandler<CancelComponentDeploymentRequest,CancelComponentDeploymentResult> asyncHandler)
Attempts to cancel a component deployment (for a component that is in the
IN_PROGRESS deployment
status). |
Future<CancelComponentDeploymentResult> |
AWSProtonAsyncClient.cancelComponentDeploymentAsync(CancelComponentDeploymentRequest request,
AsyncHandler<CancelComponentDeploymentRequest,CancelComponentDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelComponentDeploymentRequest |
CancelComponentDeploymentRequest.clone() |
CancelComponentDeploymentRequest |
CancelComponentDeploymentRequest.withComponentName(String componentName)
The name of the component with the deployment to cancel.
|
Copyright © 2022. All rights reserved.