| 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 |
|---|---|
CreateComponentResult |
AbstractAWSimagebuilder.createComponent(CreateComponentRequest request) |
CreateComponentResult |
AWSimagebuilderClient.createComponent(CreateComponentRequest request)
Creates a new component that can be used to build, validate, test, and assess your image.
|
CreateComponentResult |
AWSimagebuilder.createComponent(CreateComponentRequest createComponentRequest)
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)
The client token that uniquely identifies the request.
|
CreateComponentResult |
CreateComponentResult.withComponentBuildVersionArn(String componentBuildVersionArn)
The Amazon Resource Name (ARN) of the component that the request created.
|
CreateComponentResult |
CreateComponentResult.withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
Copyright © 2024. All rights reserved.