Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
static ContainerFormat |
ContainerFormat.fromValue(String value)
Use this in place of valueOf.
|
static ContainerFormat |
ContainerFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerFormat[] |
ContainerFormat.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.setContainerFormat(ContainerFormat containerFormat)
Constraints:
Allowed Values: ova |
void |
ExportToS3Task.setContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such
as OVF).
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withContainerFormat(ContainerFormat containerFormat)
Returns a reference to this object so that method calls can be chained together.
|
ExportToS3Task |
ExportToS3Task.withContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such
as OVF).
|
Copyright © 2014. All rights reserved.