| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
Amazon Elastic Compute Cloud Image Builder provides a one-stop-shop to automate the image management processes.
|
| 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> |
AWSimagebuilderAsyncClient.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> |
AbstractAWSimagebuilderAsync.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 © 2020. All rights reserved.