Uses of Class
software.amazon.awssdk.services.databasemigration.model.TargetDataSetting
Packages that use TargetDataSetting
-
Uses of TargetDataSetting in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type TargetDataSettingModifier and TypeMethodDescriptionfinal List<TargetDataSetting>CreateDataMigrationRequest.targetDataSettings()Specifies information about the target data provider.final List<TargetDataSetting>DataMigration.targetDataSettings()Specifies information about the data migration's target data provider.final List<TargetDataSetting>ModifyDataMigrationRequest.targetDataSettings()The new information about the target data provider for the data migration.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type TargetDataSettingModifier and TypeMethodDescriptionCreateDataMigrationRequest.Builder.targetDataSettings(TargetDataSetting... targetDataSettings) Specifies information about the target data provider.DataMigration.Builder.targetDataSettings(TargetDataSetting... targetDataSettings) Specifies information about the data migration's target data provider.ModifyDataMigrationRequest.Builder.targetDataSettings(TargetDataSetting... targetDataSettings) The new information about the target data provider for the data migration.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type TargetDataSettingModifier and TypeMethodDescriptionCreateDataMigrationRequest.Builder.targetDataSettings(Collection<TargetDataSetting> targetDataSettings) Specifies information about the target data provider.DataMigration.Builder.targetDataSettings(Collection<TargetDataSetting> targetDataSettings) Specifies information about the data migration's target data provider.ModifyDataMigrationRequest.Builder.targetDataSettings(Collection<TargetDataSetting> targetDataSettings) The new information about the target data provider for the data migration.