Uses of Class
com.oracle.bmc.databasemanagement.model.SystemPrivilegeSummary
- 
Packages that use SystemPrivilegeSummary Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model 
- 
- 
Uses of SystemPrivilegeSummary in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement that return types with arguments of type SystemPrivilegeSummary Modifier and Type Method Description Iterable<SystemPrivilegeSummary>DbManagementPaginators. listSystemPrivilegesRecordIterator(ListSystemPrivilegesRequest request)Creates a new iterable which will iterate over theSystemPrivilegeSummaryobjects contained in responses from the listSystemPrivileges operation.
- 
Uses of SystemPrivilegeSummary in com.oracle.bmc.databasemanagement.modelMethods in com.oracle.bmc.databasemanagement.model that return SystemPrivilegeSummary Modifier and Type Method Description SystemPrivilegeSummarySystemPrivilegeSummary.Builder. build()Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type SystemPrivilegeSummary Modifier and Type Method Description List<SystemPrivilegeSummary>SystemPrivilegeCollection. getItems()An array of system privileges.Methods in com.oracle.bmc.databasemanagement.model with parameters of type SystemPrivilegeSummary Modifier and Type Method Description SystemPrivilegeSummary.BuilderSystemPrivilegeSummary.Builder. copy(SystemPrivilegeSummary model)Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type SystemPrivilegeSummary Modifier and Type Method Description SystemPrivilegeCollection.BuilderSystemPrivilegeCollection.Builder. items(List<SystemPrivilegeSummary> items)An array of system privileges.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type SystemPrivilegeSummary Constructor Description SystemPrivilegeCollection(List<SystemPrivilegeSummary> items)Deprecated.
 
-