Uses of Class
com.oracle.bmc.identitydomains.model.PolicyRules
-
Packages that use PolicyRules Package Description com.oracle.bmc.identitydomains.model -
-
Uses of PolicyRules in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return PolicyRules Modifier and Type Method Description PolicyRules
PolicyRules.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type PolicyRules Modifier and Type Method Description List<PolicyRules>
Policy. getRules()
Rules assigned to this policyMethods in com.oracle.bmc.identitydomains.model with parameters of type PolicyRules Modifier and Type Method Description PolicyRules.Builder
PolicyRules.Builder. copy(PolicyRules model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type PolicyRules Modifier and Type Method Description Policy.Builder
Policy.Builder. rules(List<PolicyRules> rules)
Rules assigned to this policy
-