Uses of Class
com.oracle.bmc.databasemanagement.model.SystemPrivilegeCollection
-
Packages that use SystemPrivilegeCollection Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.responses -
-
Uses of SystemPrivilegeCollection in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SystemPrivilegeCollection Modifier and Type Method Description SystemPrivilegeCollection
SystemPrivilegeCollection.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type SystemPrivilegeCollection Modifier and Type Method Description SystemPrivilegeCollection.Builder
SystemPrivilegeCollection.Builder. copy(SystemPrivilegeCollection model)
-
Uses of SystemPrivilegeCollection in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return SystemPrivilegeCollection Modifier and Type Method Description SystemPrivilegeCollection
ListSystemPrivilegesResponse. getSystemPrivilegeCollection()
The returned SystemPrivilegeCollection instance.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type SystemPrivilegeCollection Modifier and Type Method Description ListSystemPrivilegesResponse.Builder
ListSystemPrivilegesResponse.Builder. systemPrivilegeCollection(SystemPrivilegeCollection systemPrivilegeCollection)
The returned SystemPrivilegeCollection instance.
-