| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder |
EC2 Image Builder is a fully managed AWS 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<CreateImageRecipeResult> |
AWSimagebuilderAsyncClient.createImageRecipeAsync(CreateImageRecipeRequest request,
AsyncHandler<CreateImageRecipeRequest,CreateImageRecipeResult> asyncHandler) |
Future<CreateImageRecipeResult> |
AWSimagebuilderAsync.createImageRecipeAsync(CreateImageRecipeRequest createImageRecipeRequest,
AsyncHandler<CreateImageRecipeRequest,CreateImageRecipeResult> asyncHandler)
Creates a new image recipe.
|
Future<CreateImageRecipeResult> |
AbstractAWSimagebuilderAsync.createImageRecipeAsync(CreateImageRecipeRequest request,
AsyncHandler<CreateImageRecipeRequest,CreateImageRecipeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateImageRecipeRequest |
CreateImageRecipeRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.clone() |
CreateImageRecipeRequest |
CreateImageRecipeRequest.withBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mappings of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withBlockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
The block device mappings of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withComponents(Collection<ComponentConfiguration> components)
The components of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withComponents(ComponentConfiguration... components)
The components of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withDescription(String description)
The description of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withName(String name)
The name of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withParentImage(String parentImage)
The parent image of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withSemanticVersion(String semanticVersion)
The semantic version of the image recipe.
|
CreateImageRecipeRequest |
CreateImageRecipeRequest.withTags(Map<String,String> tags)
The tags of the image recipe.
|
Copyright © 2020. All rights reserved.