Uses of Class
software.amazon.awssdk.services.databasemigration.model.DataFormatValue
-
Packages that use DataFormatValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of DataFormatValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DataFormatValue Modifier and Type Method Description DataFormatValueS3Settings. dataFormat()The format of the data that you want to use for output.static DataFormatValueDataFormatValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataFormatValueDataFormatValue. valueOf(String name)Returns 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 DataFormatValue Modifier and Type Method Description static Set<DataFormatValue>DataFormatValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type DataFormatValue Modifier and Type Method Description S3Settings.BuilderS3Settings.Builder. dataFormat(DataFormatValue dataFormat)The format of the data that you want to use for output.
-