| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation,
management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and
pre-configured with software and settings to meet specific IT standards.
|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelLifecycleExecutionResult> |
AWSimagebuilderAsyncClient.cancelLifecycleExecutionAsync(CancelLifecycleExecutionRequest request,
AsyncHandler<CancelLifecycleExecutionRequest,CancelLifecycleExecutionResult> asyncHandler) |
Future<CancelLifecycleExecutionResult> |
AWSimagebuilderAsync.cancelLifecycleExecutionAsync(CancelLifecycleExecutionRequest cancelLifecycleExecutionRequest,
AsyncHandler<CancelLifecycleExecutionRequest,CancelLifecycleExecutionResult> asyncHandler)
Cancel a specific image lifecycle policy runtime instance.
|
Future<CancelLifecycleExecutionResult> |
AbstractAWSimagebuilderAsync.cancelLifecycleExecutionAsync(CancelLifecycleExecutionRequest request,
AsyncHandler<CancelLifecycleExecutionRequest,CancelLifecycleExecutionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelLifecycleExecutionRequest |
CancelLifecycleExecutionRequest.clone() |
CancelLifecycleExecutionRequest |
CancelLifecycleExecutionRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
CancelLifecycleExecutionRequest |
CancelLifecycleExecutionRequest.withLifecycleExecutionId(String lifecycleExecutionId)
Identifies the specific runtime instance of the image lifecycle to cancel.
|
Copyright © 2024. All rights reserved.