Uses of Class
software.amazon.awssdk.services.databasemigration.model.DocDbDataProviderSettings
Packages that use DocDbDataProviderSettings
-
Uses of DocDbDataProviderSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DocDbDataProviderSettingsModifier and TypeMethodDescriptionDataProviderSettings.docDbSettings()Returns the value of the DocDbSettings property for this object.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type DocDbDataProviderSettingsModifier and TypeMethodDescriptionDataProviderSettings.Builder.docDbSettings(DocDbDataProviderSettings docDbSettings) Sets the value of the DocDbSettings property for this object.static DataProviderSettingsDataProviderSettings.fromDocDbSettings(DocDbDataProviderSettings docDbSettings) Create an instance of this class withDataProviderSettings.docDbSettings()initialized to the given value.