| 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 |
|---|---|
DeleteComponentResult |
AbstractAWSimagebuilder.deleteComponent(DeleteComponentRequest request) |
DeleteComponentResult |
AWSimagebuilderClient.deleteComponent(DeleteComponentRequest request)
Deletes a component build version.
|
DeleteComponentResult |
AWSimagebuilder.deleteComponent(DeleteComponentRequest deleteComponentRequest)
Deletes a component build version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteComponentResult> |
AbstractAWSimagebuilderAsync.deleteComponentAsync(DeleteComponentRequest request,
AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler) |
Future<DeleteComponentResult> |
AWSimagebuilderAsyncClient.deleteComponentAsync(DeleteComponentRequest request,
AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler) |
Future<DeleteComponentResult> |
AWSimagebuilderAsync.deleteComponentAsync(DeleteComponentRequest deleteComponentRequest,
AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler)
Deletes a component build version.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteComponentResult |
DeleteComponentResult.clone() |
DeleteComponentResult |
DeleteComponentResult.withComponentBuildVersionArn(String componentBuildVersionArn)
The ARN of the component build version that this request deleted.
|
DeleteComponentResult |
DeleteComponentResult.withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
Copyright © 2023. All rights reserved.