| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
DiskImageFormat |
ExportToS3Task.diskImageFormat()
The format for the exported image.
|
DiskImageFormat |
ExportToS3TaskSpecification.diskImageFormat()
The format for the exported image.
|
DiskImageFormat |
DiskImageDescription.format()
The disk image format.
|
DiskImageFormat |
DiskImageDetail.format()
The disk image format.
|
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 |
|---|---|
ExportToS3Task.Builder |
ExportToS3Task.Builder.diskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
|
ExportToS3TaskSpecification.Builder |
ExportToS3TaskSpecification.Builder.diskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image.
|
DiskImageDescription.Builder |
DiskImageDescription.Builder.format(DiskImageFormat format)
The disk image format.
|
DiskImageDetail.Builder |
DiskImageDetail.Builder.format(DiskImageFormat format)
The disk image format.
|
Copyright © 2019. All rights reserved.