Uses of Class
com.oracle.bmc.datasafe.model.ColumnsInfo.ObjectType
-
Packages that use ColumnsInfo.ObjectType Package Description com.oracle.bmc.datasafe.model -
-
Uses of ColumnsInfo.ObjectType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ColumnsInfo.ObjectType Modifier and Type Method Description static ColumnsInfo.ObjectTypeColumnsInfo.ObjectType. create(String key)ColumnsInfo.ObjectTypeColumnsInfo. getObjectType()The type of the database object that contains the sensitive column.static ColumnsInfo.ObjectTypeColumnsInfo.ObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnsInfo.ObjectType[]ColumnsInfo.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 ColumnsInfo.ObjectType Modifier and Type Method Description ColumnsInfo.BuilderColumnsInfo.Builder. objectType(ColumnsInfo.ObjectType objectType)The type of the database object that contains the sensitive column.Constructors in com.oracle.bmc.datasafe.model with parameters of type ColumnsInfo.ObjectType Constructor Description ColumnsInfo(String schemaName, ColumnsInfo.ObjectType objectType, String objectName, String appName, List<String> columnGroup, List<String> sensitiveTypeIds)Deprecated.
-