Uses of Class
com.oracle.bmc.datasafe.model.SensitiveColumnSummary.Source
-
Packages that use SensitiveColumnSummary.Source Package Description com.oracle.bmc.datasafe.model -
-
Uses of SensitiveColumnSummary.Source in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SensitiveColumnSummary.Source Modifier and Type Method Description static SensitiveColumnSummary.Source
SensitiveColumnSummary.Source. create(String key)
SensitiveColumnSummary.Source
SensitiveColumnSummary. getSource()
The source of the sensitive column.static SensitiveColumnSummary.Source
SensitiveColumnSummary.Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static SensitiveColumnSummary.Source[]
SensitiveColumnSummary.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type SensitiveColumnSummary.Source Modifier and Type Method Description SensitiveColumnSummary.Builder
SensitiveColumnSummary.Builder. source(SensitiveColumnSummary.Source source)
The source of the sensitive column.Constructors in com.oracle.bmc.datasafe.model with parameters of type SensitiveColumnSummary.Source Constructor Description SensitiveColumnSummary(String key, String sensitiveDataModelId, SensitiveColumnLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String appName, String schemaName, String objectName, String columnName, SensitiveColumnSummary.ObjectType objectType, String dataType, SensitiveColumnSummary.Status status, String sensitiveTypeId, SensitiveColumnSummary.Source source, List<String> parentColumnKeys, SensitiveColumnSummary.RelationType relationType, Long estimatedDataValueCount, List<String> sampleDataValues)
Deprecated.
-