Uses of Enum
software.amazon.awssdk.services.ec2.model.ContainerFormat
Packages that use ContainerFormat
-
Uses of ContainerFormat in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ContainerFormatModifier and TypeMethodDescriptionfinal ContainerFormatExportToS3Task.containerFormat()The container format used to combine disk images with metadata (such as OVF).final ContainerFormatExportToS3TaskSpecification.containerFormat()The container format used to combine disk images with metadata (such as OVF).static ContainerFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ContainerFormatReturns 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 software.amazon.awssdk.services.ec2.model that return types with arguments of type ContainerFormatMethods in software.amazon.awssdk.services.ec2.model with parameters of type ContainerFormatModifier and TypeMethodDescriptionExportToS3Task.Builder.containerFormat(ContainerFormat containerFormat) The container format used to combine disk images with metadata (such as OVF).ExportToS3TaskSpecification.Builder.containerFormat(ContainerFormat containerFormat) The container format used to combine disk images with metadata (such as OVF).