| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static ImageType |
ImageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImageType |
ImageSummary.type()
Specifies whether this is an AMI or container image.
|
ImageType |
ImageVersion.type()
Specifies whether this image is an AMI or a container image.
|
ImageType |
ImageRecipe.type()
Specifies which type of image is created by the recipe - an AMI or a container image.
|
ImageType |
Image.type()
Specifies whether this is an AMI or container image.
|
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 |
|---|---|
static Set<ImageType> |
ImageType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImageSummary.Builder |
ImageSummary.Builder.type(ImageType type)
Specifies whether this is an AMI or container image.
|
ImageVersion.Builder |
ImageVersion.Builder.type(ImageType type)
Specifies whether this image is an AMI or a container image.
|
ImageRecipe.Builder |
ImageRecipe.Builder.type(ImageType type)
Specifies which type of image is created by the recipe - an AMI or a container image.
|
Image.Builder |
Image.Builder.type(ImageType type)
Specifies whether this is an AMI or container image.
|
Copyright © 2022. All rights reserved.