Uses of Class
com.oracle.bmc.datasafe.model.DiscoveryJobResultSummary.ObjectType
-
Packages that use DiscoveryJobResultSummary.ObjectType Package Description com.oracle.bmc.datasafe.model -
-
Uses of DiscoveryJobResultSummary.ObjectType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DiscoveryJobResultSummary.ObjectType Modifier and Type Method Description static DiscoveryJobResultSummary.ObjectTypeDiscoveryJobResultSummary.ObjectType. create(String key)DiscoveryJobResultSummary.ObjectTypeDiscoveryJobResultSummary. getObjectType()The type of the database object that contains the sensitive column.static DiscoveryJobResultSummary.ObjectTypeDiscoveryJobResultSummary.ObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoveryJobResultSummary.ObjectType[]DiscoveryJobResultSummary.ObjectType. 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 DiscoveryJobResultSummary.ObjectType Modifier and Type Method Description DiscoveryJobResultSummary.BuilderDiscoveryJobResultSummary.Builder. objectType(DiscoveryJobResultSummary.ObjectType objectType)The type of the database object that contains the sensitive column.Constructors in com.oracle.bmc.datasafe.model with parameters of type DiscoveryJobResultSummary.ObjectType Constructor Description DiscoveryJobResultSummary(String key, DiscoveryJobResult.DiscoveryType discoveryType, String sensitiveColumnkey, String schemaName, String objectName, String columnName, DiscoveryJobResultSummary.ObjectType objectType, String dataType, String sensitiveTypeId, List<String> parentColumnKeys, DiscoveryJobResultSummary.RelationType relationType, Long estimatedDataValueCount, List<String> sampleDataValues, DiscoveryJobResult.PlannedAction plannedAction, Boolean isResultApplied, String discoveryJobId)Deprecated.
-