|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerFormat | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of ContainerFormat in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return ContainerFormat | |
---|---|
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. |
Methods in com.amazonaws.services.ec2.model with parameters of type ContainerFormat | |
---|---|
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |