Uses of Enum
software.amazon.awssdk.services.ec2.model.DiskImageFormat
Packages that use DiskImageFormat
-
Uses of DiskImageFormat in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DiskImageFormatModifier and TypeMethodDescriptionfinal DiskImageFormatExportImageRequest.diskImageFormat()The disk image format.final DiskImageFormatExportImageResponse.diskImageFormat()The disk image format for the exported image.final DiskImageFormatExportToS3Task.diskImageFormat()The format for the exported image.final DiskImageFormatExportToS3TaskSpecification.diskImageFormat()The format for the exported image.final DiskImageFormatDiskImageDescription.format()The disk image format.final DiskImageFormatDiskImageDetail.format()The disk image format.static DiskImageFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DiskImageFormatReturns 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 software.amazon.awssdk.services.ec2.model that return types with arguments of type DiskImageFormatMethods in software.amazon.awssdk.services.ec2.model with parameters of type DiskImageFormatModifier and TypeMethodDescriptionExportImageRequest.Builder.diskImageFormat(DiskImageFormat diskImageFormat) The disk image format.ExportImageResponse.Builder.diskImageFormat(DiskImageFormat diskImageFormat) The disk image format for the exported image.ExportToS3Task.Builder.diskImageFormat(DiskImageFormat diskImageFormat) The format for the exported image.ExportToS3TaskSpecification.Builder.diskImageFormat(DiskImageFormat diskImageFormat) The format for the exported image.DiskImageDescription.Builder.format(DiskImageFormat format) The disk image format.DiskImageDetail.Builder.format(DiskImageFormat format) The disk image format.