Uses of Class
com.oracle.bmc.datasafe.model.TablesForDiscovery
-
Packages that use TablesForDiscovery Package Description com.oracle.bmc.datasafe.model -
-
Uses of TablesForDiscovery in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return TablesForDiscovery Modifier and Type Method Description TablesForDiscovery
TablesForDiscovery.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type TablesForDiscovery Modifier and Type Method Description List<TablesForDiscovery>
CreateDiscoveryJobDetails. getTablesForDiscovery()
The data discovery jobs will scan the tables specified here, including both schemas and tables.List<TablesForDiscovery>
CreateSensitiveDataModelDetails. getTablesForDiscovery()
The data discovery jobs will scan the tables specified here, including both schemas and tables.List<TablesForDiscovery>
DiscoveryJob. getTablesForDiscovery()
The data discovery jobs will scan the tables specified here, including both schemas and tables.List<TablesForDiscovery>
SensitiveDataModel. getTablesForDiscovery()
The data discovery jobs will scan the tables specified here, including both schemas and tables.List<TablesForDiscovery>
UpdateSensitiveDataModelDetails. getTablesForDiscovery()
The data discovery jobs will scan the tables specified here, including both schemas and tables.Methods in com.oracle.bmc.datasafe.model with parameters of type TablesForDiscovery Modifier and Type Method Description TablesForDiscovery.Builder
TablesForDiscovery.Builder. copy(TablesForDiscovery model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type TablesForDiscovery Modifier and Type Method Description CreateDiscoveryJobDetails.Builder
CreateDiscoveryJobDetails.Builder. tablesForDiscovery(List<TablesForDiscovery> tablesForDiscovery)
The data discovery jobs will scan the tables specified here, including both schemas and tables.CreateSensitiveDataModelDetails.Builder
CreateSensitiveDataModelDetails.Builder. tablesForDiscovery(List<TablesForDiscovery> tablesForDiscovery)
The data discovery jobs will scan the tables specified here, including both schemas and tables.DiscoveryJob.Builder
DiscoveryJob.Builder. tablesForDiscovery(List<TablesForDiscovery> tablesForDiscovery)
The data discovery jobs will scan the tables specified here, including both schemas and tables.SensitiveDataModel.Builder
SensitiveDataModel.Builder. tablesForDiscovery(List<TablesForDiscovery> tablesForDiscovery)
The data discovery jobs will scan the tables specified here, including both schemas and tables.UpdateSensitiveDataModelDetails.Builder
UpdateSensitiveDataModelDetails.Builder. tablesForDiscovery(List<TablesForDiscovery> tablesForDiscovery)
The data discovery jobs will scan the tables specified here, including both schemas and tables.
-