Uses of Class
com.oracle.bmc.databasemanagement.model.ConsumerGroupPrivilegeSummary
- 
Packages that use ConsumerGroupPrivilegeSummary Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model 
- 
- 
Uses of ConsumerGroupPrivilegeSummary in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement that return types with arguments of type ConsumerGroupPrivilegeSummary Modifier and Type Method Description Iterable<ConsumerGroupPrivilegeSummary>DbManagementPaginators. listConsumerGroupPrivilegesRecordIterator(ListConsumerGroupPrivilegesRequest request)Creates a new iterable which will iterate over theConsumerGroupPrivilegeSummaryobjects contained in responses from the listConsumerGroupPrivileges operation.
- 
Uses of ConsumerGroupPrivilegeSummary in com.oracle.bmc.databasemanagement.modelMethods in com.oracle.bmc.databasemanagement.model that return ConsumerGroupPrivilegeSummary Modifier and Type Method Description ConsumerGroupPrivilegeSummaryConsumerGroupPrivilegeSummary.Builder. build()Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type ConsumerGroupPrivilegeSummary Modifier and Type Method Description List<ConsumerGroupPrivilegeSummary>ConsumerGroupPrivilegeCollection. getItems()An array of consumer group privileges.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ConsumerGroupPrivilegeSummary Modifier and Type Method Description ConsumerGroupPrivilegeSummary.BuilderConsumerGroupPrivilegeSummary.Builder. copy(ConsumerGroupPrivilegeSummary model)Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type ConsumerGroupPrivilegeSummary Modifier and Type Method Description ConsumerGroupPrivilegeCollection.BuilderConsumerGroupPrivilegeCollection.Builder. items(List<ConsumerGroupPrivilegeSummary> items)An array of consumer group privileges.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type ConsumerGroupPrivilegeSummary Constructor Description ConsumerGroupPrivilegeCollection(List<ConsumerGroupPrivilegeSummary> items)Deprecated.
 
-