| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
DiskImageFormat |
S3ExportConfiguration.diskImageFormat()
Export the updated image to one of the following supported disk image formats:
|
static DiskImageFormat |
DiskImageFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DiskImageFormat |
DiskImageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskImageFormat[] |
DiskImageFormat.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<DiskImageFormat> |
DiskImageFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3ExportConfiguration.Builder |
S3ExportConfiguration.Builder.diskImageFormat(DiskImageFormat diskImageFormat)
Export the updated image to one of the following supported disk image formats:
|
Copyright © 2022. All rights reserved.