Uses of Enum
software.amazon.awssdk.services.sesv2.model.DataFormat
Packages that use DataFormat
-
Uses of DataFormat in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DataFormatModifier and TypeMethodDescriptionfinal DataFormatExportDestination.dataFormat()The data format of the final export job file, can be one of the following:final DataFormatImportDataSource.dataFormat()The data format of the import job's data source.static DataFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DataFormatReturns the enum constant of this type with the specified name.static DataFormat[]DataFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DataFormatMethods in software.amazon.awssdk.services.sesv2.model with parameters of type DataFormatModifier and TypeMethodDescriptionExportDestination.Builder.dataFormat(DataFormat dataFormat) The data format of the final export job file, can be one of the following:ImportDataSource.Builder.dataFormat(DataFormat dataFormat) The data format of the import job's data source.