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.model
Methods in com.oracle.bmc.apiaccesscontrol.model that return PrivilegedApiRequestOperationDetails Modifier and Type Method Description PrivilegedApiRequestOperationDetails
PrivilegedApiRequestOperationDetails.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.Builder
PrivilegedApiRequestOperationDetails.Builder. copy(PrivilegedApiRequestOperationDetails model)
Method parameters in com.oracle.bmc.apiaccesscontrol.model with type arguments of type PrivilegedApiRequestOperationDetails Modifier and Type Method Description CreatePrivilegedApiRequestDetails.Builder
CreatePrivilegedApiRequestDetails.Builder. privilegedOperationList(List<PrivilegedApiRequestOperationDetails> privilegedOperationList)
List of api names, attributes for which approval is sought by the user.PrivilegedApiRequest.Builder
PrivilegedApiRequest.Builder. privilegedOperationList(List<PrivilegedApiRequestOperationDetails> privilegedOperationList)
List of api names, attributes for which approval is sought by the user.PrivilegedApiRequestSummary.Builder
PrivilegedApiRequestSummary.Builder. privilegedOperationList(List<PrivilegedApiRequestOperationDetails> privilegedOperationList)
List of api names, attributes for which approval is sought by the user.
-