| 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 |
|---|---|
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 |
|---|---|
ImportComponentRequest |
ImportComponentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ImportComponentRequest |
ImportComponentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
ImportComponentRequest |
ImportComponentRequest.clone() |
ImportComponentRequest |
ImportComponentRequest.withChangeDescription(String changeDescription)
The change description of the component.
|
ImportComponentRequest |
ImportComponentRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
ImportComponentRequest |
ImportComponentRequest.withData(String data)
The data of the component.
|
ImportComponentRequest |
ImportComponentRequest.withDescription(String description)
The description of the component.
|
ImportComponentRequest |
ImportComponentRequest.withFormat(ComponentFormat format)
The format of the resource that you want to import as a component.
|
ImportComponentRequest |
ImportComponentRequest.withFormat(String format)
The format of the resource that you want to import as a component.
|
ImportComponentRequest |
ImportComponentRequest.withKmsKeyId(String kmsKeyId)
The ID of the KMS key that should be used to encrypt this component.
|
ImportComponentRequest |
ImportComponentRequest.withName(String name)
The name of the component.
|
ImportComponentRequest |
ImportComponentRequest.withPlatform(Platform platform)
The platform of the component.
|
ImportComponentRequest |
ImportComponentRequest.withPlatform(String platform)
The platform of the component.
|
ImportComponentRequest |
ImportComponentRequest.withSemanticVersion(String semanticVersion)
The semantic version of the component.
|
ImportComponentRequest |
ImportComponentRequest.withTags(Map<String,String> tags)
The tags of the component.
|
ImportComponentRequest |
ImportComponentRequest.withType(ComponentType type)
The type of the component denotes whether the component is used to build the image, or only to test it.
|
ImportComponentRequest |
ImportComponentRequest.withType(String type)
The type of the component denotes whether the component is used to build the image, or only to test it.
|
ImportComponentRequest |
ImportComponentRequest.withUri(String uri)
The uri of the component.
|
Copyright © 2024. All rights reserved.