| 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 |
|---|---|
ImportComponentResult |
AbstractAWSimagebuilder.importComponent(ImportComponentRequest request) |
ImportComponentResult |
AWSimagebuilder.importComponent(ImportComponentRequest importComponentRequest)
Imports a component and transforms its data into a component document.
|
ImportComponentResult |
AWSimagebuilderClient.importComponent(ImportComponentRequest request)
Imports a component and transforms its data into a component document.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ImportComponentResult> |
AbstractAWSimagebuilderAsync.importComponentAsync(ImportComponentRequest request,
AsyncHandler<ImportComponentRequest,ImportComponentResult> asyncHandler) |
Future<ImportComponentResult> |
AWSimagebuilderAsync.importComponentAsync(ImportComponentRequest importComponentRequest,
AsyncHandler<ImportComponentRequest,ImportComponentResult> asyncHandler)
Imports a component and transforms its data into a component document.
|
Future<ImportComponentResult> |
AWSimagebuilderAsyncClient.importComponentAsync(ImportComponentRequest request,
AsyncHandler<ImportComponentRequest,ImportComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ImportComponentResult |
ImportComponentResult.clone() |
ImportComponentResult |
ImportComponentResult.withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
ImportComponentResult |
ImportComponentResult.withComponentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the imported component.
|
ImportComponentResult |
ImportComponentResult.withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
Copyright © 2022. All rights reserved.