Uses of Class
com.amazonaws.services.ec2.model.DiskImageFormat
-
Packages that use DiskImageFormat Package Description com.amazonaws.services.ec2.model -
-
Uses of DiskImageFormat in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DiskImageFormat Modifier and Type Method Description static DiskImageFormatDiskImageFormat. fromValue(String value)Use this in place of valueOf.static DiskImageFormatDiskImageFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DiskImageFormat[]DiskImageFormat. 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 DiskImageFormat Modifier and Type Method Description voidExportToS3Task. setDiskImageFormat(DiskImageFormat diskImageFormat)The format for the exported image.voidExportToS3TaskSpecification. setDiskImageFormat(DiskImageFormat diskImageFormat)The format for the exported image.voidDiskImageDescription. setFormat(DiskImageFormat format)The disk image format.voidDiskImageDetail. setFormat(DiskImageFormat format)The disk image format.ExportToS3TaskExportToS3Task. withDiskImageFormat(DiskImageFormat diskImageFormat)The format for the exported image.ExportToS3TaskSpecificationExportToS3TaskSpecification. withDiskImageFormat(DiskImageFormat diskImageFormat)The format for the exported image.DiskImageDescriptionDiskImageDescription. withFormat(DiskImageFormat format)The disk image format.DiskImageDetailDiskImageDetail. withFormat(DiskImageFormat format)The disk image format.
-