Uses of Class
com.oracle.bmc.datasafe.model.SensitiveTypeEntity
-
Packages that use SensitiveTypeEntity Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of SensitiveTypeEntity in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SensitiveTypeEntity Modifier and Type Method Description static SensitiveTypeEntitySensitiveTypeEntity. create(String key)SensitiveTypeEntitySensitiveTypeSummary. getEntityType()The entity type.static SensitiveTypeEntitySensitiveTypeEntity. valueOf(String name)Returns the enum constant of this type with the specified name.static SensitiveTypeEntity[]SensitiveTypeEntity. 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 SensitiveTypeEntity Modifier and Type Method Description SensitiveTypeSummary.BuilderSensitiveTypeSummary.Builder. entityType(SensitiveTypeEntity entityType)The entity type.Constructors in com.oracle.bmc.datasafe.model with parameters of type SensitiveTypeEntity Constructor Description SensitiveTypeSummary(String id, String displayName, String compartmentId, DiscoveryLifecycleState lifecycleState, String shortName, SensitiveTypeSource source, Date timeCreated, Date timeUpdated, String description, SensitiveTypeEntity entityType, String parentCategoryId, String defaultMaskingFormatId, Boolean isCommon, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated. -
Uses of SensitiveTypeEntity in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return SensitiveTypeEntity Modifier and Type Method Description SensitiveTypeEntityListSensitiveTypesRequest. getEntityType()A filter to return the sensitive type resources based on the value of their entityType attribute.Methods in com.oracle.bmc.datasafe.requests with parameters of type SensitiveTypeEntity Modifier and Type Method Description ListSensitiveTypesRequest.BuilderListSensitiveTypesRequest.Builder. entityType(SensitiveTypeEntity entityType)A filter to return the sensitive type resources based on the value of their entityType attribute.
-