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.databasemanagement
Methods 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 theConsumerGroupPrivilegeSummary
objects contained in responses from the listConsumerGroupPrivileges operation. -
Uses of ConsumerGroupPrivilegeSummary in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ConsumerGroupPrivilegeSummary Modifier and Type Method Description ConsumerGroupPrivilegeSummary
ConsumerGroupPrivilegeSummary.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.Builder
ConsumerGroupPrivilegeSummary.Builder. copy(ConsumerGroupPrivilegeSummary model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type ConsumerGroupPrivilegeSummary Modifier and Type Method Description ConsumerGroupPrivilegeCollection.Builder
ConsumerGroupPrivilegeCollection.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.
-