Uses of Class
com.oracle.bmc.apiaccesscontrol.model.ApproverGroupLevel
-
Packages that use ApproverGroupLevel Package Description com.oracle.bmc.apiaccesscontrol.model -
-
Uses of ApproverGroupLevel in com.oracle.bmc.apiaccesscontrol.model
Methods in com.oracle.bmc.apiaccesscontrol.model that return ApproverGroupLevel Modifier and Type Method Description ApproverGroupLevelApproverGroupLevel.Builder. build()Methods in com.oracle.bmc.apiaccesscontrol.model that return types with arguments of type ApproverGroupLevel Modifier and Type Method Description List<ApproverGroupLevel>CreatePrivilegedApiControlDetails. getApproverGroupLevelList()List of Group containing the levels at which the users belonging to the group can authorize.List<ApproverGroupLevel>PrivilegedApiControl. getApproverGroupLevelList()List of Group containing the levels at which the users belonging to the group can authorize.List<ApproverGroupLevel>UpdatePrivilegedApiControlDetails. getApproverGroupLevelList()List of Group containing the levels at which the users belonging to the group can authorize.Methods in com.oracle.bmc.apiaccesscontrol.model with parameters of type ApproverGroupLevel Modifier and Type Method Description ApproverGroupLevel.BuilderApproverGroupLevel.Builder. copy(ApproverGroupLevel model)Method parameters in com.oracle.bmc.apiaccesscontrol.model with type arguments of type ApproverGroupLevel Modifier and Type Method Description CreatePrivilegedApiControlDetails.BuilderCreatePrivilegedApiControlDetails.Builder. approverGroupLevelList(List<ApproverGroupLevel> approverGroupLevelList)List of Group containing the levels at which the users belonging to the group can authorize.PrivilegedApiControl.BuilderPrivilegedApiControl.Builder. approverGroupLevelList(List<ApproverGroupLevel> approverGroupLevelList)List of Group containing the levels at which the users belonging to the group can authorize.UpdatePrivilegedApiControlDetails.BuilderUpdatePrivilegedApiControlDetails.Builder. approverGroupLevelList(List<ApproverGroupLevel> approverGroupLevelList)List of Group containing the levels at which the users belonging to the group can authorize.
-