| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
CancelComponentDeploymentResult |
AbstractAWSProton.cancelComponentDeployment(CancelComponentDeploymentRequest request) |
CancelComponentDeploymentResult |
AWSProtonClient.cancelComponentDeployment(CancelComponentDeploymentRequest request)
Attempts to cancel a component deployment (for a component that is in the
IN_PROGRESS deployment
status). |
CancelComponentDeploymentResult |
AWSProton.cancelComponentDeployment(CancelComponentDeploymentRequest cancelComponentDeploymentRequest)
Attempts to cancel a component deployment (for a component that is in the
IN_PROGRESS deployment
status). |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelComponentDeploymentResult> |
AWSProtonAsyncClient.cancelComponentDeploymentAsync(CancelComponentDeploymentRequest request,
AsyncHandler<CancelComponentDeploymentRequest,CancelComponentDeploymentResult> asyncHandler) |
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). |
| Modifier and Type | Method and Description |
|---|---|
CancelComponentDeploymentResult |
CancelComponentDeploymentResult.clone() |
CancelComponentDeploymentResult |
CancelComponentDeploymentResult.withComponent(Component component)
The detailed data of the component with the deployment that is being canceled.
|
Copyright © 2023. All rights reserved.