Uses of Class
com.oracle.bmc.datasafe.model.EnableConditions.EntityType
-
Packages that use EnableConditions.EntityType Package Description com.oracle.bmc.datasafe.model -
-
Uses of EnableConditions.EntityType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return EnableConditions.EntityType Modifier and Type Method Description static EnableConditions.EntityTypeEnableConditions.EntityType. create(String key)EnableConditions.EntityTypeEnableConditions. getEntityType()The entity type that the policy must be enabled for.static EnableConditions.EntityTypeEnableConditions.EntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnableConditions.EntityType[]EnableConditions.EntityType. 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 EnableConditions.EntityType Modifier and Type Method Description EnableConditions.BuilderEnableConditions.Builder. entityType(EnableConditions.EntityType entityType)The entity type that the policy must be enabled for.Constructors in com.oracle.bmc.datasafe.model with parameters of type EnableConditions.EntityType Constructor Description EnableConditions(EnableConditions.EntitySelection entitySelection, EnableConditions.EntityType entityType, EnableConditions.OperationStatus operationStatus, List<String> entityNames)Deprecated.
-