| 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 |
|---|---|
Future<CreateImageResult> |
AWSimagebuilderAsyncClient.createImageAsync(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler) |
Future<CreateImageResult> |
AWSimagebuilderAsync.createImageAsync(CreateImageRequest createImageRequest,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler)
Creates a new image.
|
Future<CreateImageResult> |
AbstractAWSimagebuilderAsync.createImageAsync(CreateImageRequest request,
AsyncHandler<CreateImageRequest,CreateImageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateImageRequest |
CreateImageRequest.addTagsEntry(String key,
String value) |
CreateImageRequest |
CreateImageRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateImageRequest |
CreateImageRequest.clone() |
CreateImageRequest |
CreateImageRequest.withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
CreateImageRequest |
CreateImageRequest.withDistributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your
pipeline.
|
CreateImageRequest |
CreateImageRequest.withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested and assessed.
|
CreateImageRequest |
CreateImageRequest.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image.
|
CreateImageRequest |
CreateImageRequest.withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your
image will be built and tested.
|
CreateImageRequest |
CreateImageRequest.withTags(Map<String,String> tags)
The tags of the image.
|
Copyright © 2019. All rights reserved.