Uses of Class
com.amazonaws.services.ec2.model.ContainerFormat
-
Packages that use ContainerFormat Package Description com.amazonaws.services.ec2.model -
-
Uses of ContainerFormat in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ContainerFormat Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model with parameters of type ContainerFormat Modifier and Type Method 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).
-