|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiskImageFormat | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of DiskImageFormat in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DiskImageFormat | |
---|---|
static DiskImageFormat |
DiskImageFormat.fromValue(String value)
Use this in place of valueOf. |
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. |
Methods in com.amazonaws.services.ec2.model with parameters of type DiskImageFormat | |
---|---|
void |
ExportToS3TaskSpecification.setDiskImageFormat(DiskImageFormat diskImageFormat)
Constraints: Allowed Values: VMDK, RAW, VHD |
void |
ExportToS3Task.setDiskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image. |
void |
DiskImageDetail.setFormat(DiskImageFormat format)
The disk image format. |
void |
DiskImageDescription.setFormat(DiskImageFormat format)
The disk image format. |
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withDiskImageFormat(DiskImageFormat diskImageFormat)
Returns a reference to this object so that method calls can be chained together. |
ExportToS3Task |
ExportToS3Task.withDiskImageFormat(DiskImageFormat diskImageFormat)
The format for the exported image. |
DiskImageDetail |
DiskImageDetail.withFormat(DiskImageFormat format)
The disk image format. |
DiskImageDescription |
DiskImageDescription.withFormat(DiskImageFormat format)
The disk image format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |