Uses of Class
com.oracle.bmc.queue.model.ConsumerGroupSummary
-
Packages that use ConsumerGroupSummary Package Description com.oracle.bmc.queue com.oracle.bmc.queue.model -
-
Uses of ConsumerGroupSummary in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return types with arguments of type ConsumerGroupSummary Modifier and Type Method Description Iterable<ConsumerGroupSummary>QueueAdminPaginators. listConsumerGroupsRecordIterator(ListConsumerGroupsRequest request)Creates a new iterable which will iterate over theConsumerGroupSummaryobjects contained in responses from the listConsumerGroups operation. -
Uses of ConsumerGroupSummary in com.oracle.bmc.queue.model
Methods in com.oracle.bmc.queue.model that return ConsumerGroupSummary Modifier and Type Method Description ConsumerGroupSummaryConsumerGroupSummary.Builder. build()Methods in com.oracle.bmc.queue.model that return types with arguments of type ConsumerGroupSummary Modifier and Type Method Description List<ConsumerGroupSummary>ConsumerGroupCollection. getItems()List of consumer groups.Methods in com.oracle.bmc.queue.model with parameters of type ConsumerGroupSummary Modifier and Type Method Description ConsumerGroupSummary.BuilderConsumerGroupSummary.Builder. copy(ConsumerGroupSummary model)Method parameters in com.oracle.bmc.queue.model with type arguments of type ConsumerGroupSummary Modifier and Type Method Description ConsumerGroupCollection.BuilderConsumerGroupCollection.Builder. items(List<ConsumerGroupSummary> items)List of consumer groups.Constructor parameters in com.oracle.bmc.queue.model with type arguments of type ConsumerGroupSummary Constructor Description ConsumerGroupCollection(List<ConsumerGroupSummary> items)Deprecated.
-