Uses of Class
com.oracle.bmc.apiaccesscontrol.model.PrivilegedApiRequestOperationDetails
- 
Packages that use PrivilegedApiRequestOperationDetails Package Description com.oracle.bmc.apiaccesscontrol.model 
- 
- 
Uses of PrivilegedApiRequestOperationDetails in com.oracle.bmc.apiaccesscontrol.modelMethods in com.oracle.bmc.apiaccesscontrol.model that return PrivilegedApiRequestOperationDetails Modifier and Type Method Description PrivilegedApiRequestOperationDetailsPrivilegedApiRequestOperationDetails.Builder. build()Methods in com.oracle.bmc.apiaccesscontrol.model that return types with arguments of type PrivilegedApiRequestOperationDetails Modifier and Type Method Description List<PrivilegedApiRequestOperationDetails>CreatePrivilegedApiRequestDetails. getPrivilegedOperationList()List of api names, attributes for which approval is sought by the user.List<PrivilegedApiRequestOperationDetails>PrivilegedApiRequest. getPrivilegedOperationList()List of api names, attributes for which approval is sought by the user.List<PrivilegedApiRequestOperationDetails>PrivilegedApiRequestSummary. getPrivilegedOperationList()List of api names, attributes for which approval is sought by the user.Methods in com.oracle.bmc.apiaccesscontrol.model with parameters of type PrivilegedApiRequestOperationDetails Modifier and Type Method Description PrivilegedApiRequestOperationDetails.BuilderPrivilegedApiRequestOperationDetails.Builder. copy(PrivilegedApiRequestOperationDetails model)Method parameters in com.oracle.bmc.apiaccesscontrol.model with type arguments of type PrivilegedApiRequestOperationDetails Modifier and Type Method Description CreatePrivilegedApiRequestDetails.BuilderCreatePrivilegedApiRequestDetails.Builder. privilegedOperationList(List<PrivilegedApiRequestOperationDetails> privilegedOperationList)List of api names, attributes for which approval is sought by the user.PrivilegedApiRequest.BuilderPrivilegedApiRequest.Builder. privilegedOperationList(List<PrivilegedApiRequestOperationDetails> privilegedOperationList)List of api names, attributes for which approval is sought by the user.PrivilegedApiRequestSummary.BuilderPrivilegedApiRequestSummary.Builder. privilegedOperationList(List<PrivilegedApiRequestOperationDetails> privilegedOperationList)List of api names, attributes for which approval is sought by the user.
 
-