Package | Description |
---|---|
com.amazonaws.services.ec2.model |
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 |
ExportToS3Task.setContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
void |
ExportToS3TaskSpecification.setContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3Task |
ExportToS3Task.withContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3TaskSpecification |
ExportToS3TaskSpecification.withContainerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
Copyright © 2023. All rights reserved.