Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.