Uses of Enum
software.amazon.awssdk.services.databasemigration.model.TablePreparationMode
Packages that use TablePreparationMode
-
Uses of TablePreparationMode in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return TablePreparationModeModifier and TypeMethodDescriptionstatic TablePreparationModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final 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 TablePreparationModeReturns 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 TablePreparationModeModifier and TypeMethodDescriptionstatic Set<TablePreparationMode>TablePreparationMode.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type TablePreparationModeModifier and TypeMethodDescriptionTargetDataSetting.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.