Uses of Enum
com.amazonaws.services.ec2.model.ContainerFormat
Packages that use ContainerFormat
-
Uses of ContainerFormat in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ContainerFormatModifier and TypeMethodDescriptionstatic ContainerFormat
Use this in place of valueOf.static ContainerFormat
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 ContainerFormatModifier and TypeMethodDescriptionvoid
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.withContainerFormat
(ContainerFormat containerFormat) The container format used to combine disk images with metadata (such as OVF).ExportToS3TaskSpecification.withContainerFormat
(ContainerFormat containerFormat) The container format used to combine disk images with metadata (such as OVF).