Uses of Class
com.oracle.bmc.queue.model.QueueCollection
-
Packages that use QueueCollection Package Description com.oracle.bmc.queue.model com.oracle.bmc.queue.responses -
-
Uses of QueueCollection in com.oracle.bmc.queue.model
Methods in com.oracle.bmc.queue.model that return QueueCollection Modifier and Type Method Description QueueCollection
QueueCollection.Builder. build()
Methods in com.oracle.bmc.queue.model with parameters of type QueueCollection Modifier and Type Method Description QueueCollection.Builder
QueueCollection.Builder. copy(QueueCollection model)
-
Uses of QueueCollection in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return QueueCollection Modifier and Type Method Description QueueCollection
ListQueuesResponse. getQueueCollection()
The returned QueueCollection instance.Methods in com.oracle.bmc.queue.responses with parameters of type QueueCollection Modifier and Type Method Description ListQueuesResponse.Builder
ListQueuesResponse.Builder. queueCollection(QueueCollection queueCollection)
The returned QueueCollection instance.
-