Uses of Class
software.amazon.awssdk.services.databrew.model.DatabaseOutputMode
-
Packages that use DatabaseOutputMode Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of DatabaseOutputMode in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return DatabaseOutputMode Modifier and Type Method Description DatabaseOutputModeDatabaseOutput. databaseOutputMode()The output mode to write into the database.static DatabaseOutputModeDatabaseOutputMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DatabaseOutputModeDatabaseOutputMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseOutputMode[]DatabaseOutputMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type DatabaseOutputMode Modifier and Type Method Description static Set<DatabaseOutputMode>DatabaseOutputMode. knownValues()Methods in software.amazon.awssdk.services.databrew.model with parameters of type DatabaseOutputMode Modifier and Type Method Description DatabaseOutput.BuilderDatabaseOutput.Builder. databaseOutputMode(DatabaseOutputMode databaseOutputMode)The output mode to write into the database.
-