| 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 |
|---|---|
CreateComponentResult |
AbstractAWSimagebuilder.createComponent(CreateComponentRequest request) |
CreateComponentResult |
AWSimagebuilder.createComponent(CreateComponentRequest createComponentRequest)
Creates a new component that can be used to build, validate, test and assess your image.
|
CreateComponentResult |
AWSimagebuilderClient.createComponent(CreateComponentRequest request)
Creates a new component that can be used to build, validate, test and assess your image.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateComponentResult> |
AWSimagebuilderAsyncClient.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
Future<CreateComponentResult> |
AWSimagebuilderAsync.createComponentAsync(CreateComponentRequest createComponentRequest,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler)
Creates a new component that can be used to build, validate, test and assess your image.
|
Future<CreateComponentResult> |
AbstractAWSimagebuilderAsync.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateComponentResult |
CreateComponentResult.clone() |
CreateComponentResult |
CreateComponentResult.withClientToken(String clientToken)
CThe idempotency token used to make this request idempotent.
|
CreateComponentResult |
CreateComponentResult.withComponentBuildVersionArn(String componentBuildVersionArn)
CThe Amazon Resource Name (ARN) of the component that was created by this request.
|
CreateComponentResult |
CreateComponentResult.withRequestId(String requestId)
CThe request ID that uniquely identifies this request.
|
Copyright © 2019. All rights reserved.