Uses of Class
software.amazon.awssdk.services.databasemigration.model.TablePreparationMode
-
Packages that use TablePreparationMode Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of TablePreparationMode in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return TablePreparationMode Modifier and Type Method Description static TablePreparationModeTablePreparationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TablePreparationModeTargetDataSetting. tablePreparationMode()This setting determines how DMS handles the target tables before starting a data migration, either by leaving them untouched, dropping and recreating them, or truncating the existing data in the target tables.static TablePreparationModeTablePreparationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TablePreparationMode[]TablePreparationMode. 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 TablePreparationMode Modifier and Type Method Description static Set<TablePreparationMode>TablePreparationMode. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type TablePreparationMode Modifier and Type Method Description TargetDataSetting.BuilderTargetDataSetting.Builder. tablePreparationMode(TablePreparationMode tablePreparationMode)This setting determines how DMS handles the target tables before starting a data migration, either by leaving them untouched, dropping and recreating them, or truncating the existing data in the target tables.
-