| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static ImageType |
ImageType.fromValue(String value)
Use this in place of valueOf.
|
static ImageType |
ImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageType[] |
ImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImageSummary |
ImageSummary.withType(ImageType type)
Specifies whether this is an AMI or container image.
|
ImageRecipe |
ImageRecipe.withType(ImageType type)
Specifies which type of image is created by the recipe - an AMI or a container image.
|
ImageVersion |
ImageVersion.withType(ImageType type)
Specifies whether this is an AMI or container image.
|
Image |
Image.withType(ImageType type)
Specifies whether this is an AMI or container image.
|
Copyright © 2021. All rights reserved.