| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerFormat |
ExportToS3TaskSpecification.containerFormat()
The container format used to combine disk images with metadata (such as OVF).
|
ContainerFormat |
ExportToS3Task.containerFormat()
The container format used to combine disk images with metadata (such as OVF).
|
static ContainerFormat |
ContainerFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ContainerFormat> |
ContainerFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExportToS3TaskSpecification.Builder |
ExportToS3TaskSpecification.Builder.containerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
ExportToS3Task.Builder |
ExportToS3Task.Builder.containerFormat(ContainerFormat containerFormat)
The container format used to combine disk images with metadata (such as OVF).
|
Copyright © 2019. All rights reserved.