Uses of Enum
software.amazon.awssdk.services.databasemigration.model.DataFormatValue
Packages that use DataFormatValue
-
Uses of DataFormatValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DataFormatValueModifier and TypeMethodDescriptionfinal DataFormatValueS3Settings.dataFormat()The format of the data that you want to use for output.static DataFormatValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DataFormatValueReturns the enum constant of this type with the specified name.static DataFormatValue[]DataFormatValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type DataFormatValueMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type DataFormatValueModifier and TypeMethodDescriptionS3Settings.Builder.dataFormat(DataFormatValue dataFormat) The format of the data that you want to use for output.