Uses of Class
com.oracle.bmc.queue.responses.ListQueuesResponse
-
Packages that use ListQueuesResponse Package Description com.oracle.bmc.queue com.oracle.bmc.queue.responses -
-
Uses of ListQueuesResponse in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return ListQueuesResponse Modifier and Type Method Description ListQueuesResponse
QueueAdmin. listQueues(ListQueuesRequest request)
Returns a list of queues.ListQueuesResponse
QueueAdminClient. listQueues(ListQueuesRequest request)
Methods in com.oracle.bmc.queue that return types with arguments of type ListQueuesResponse Modifier and Type Method Description Future<ListQueuesResponse>
QueueAdminAsync. listQueues(ListQueuesRequest request, AsyncHandler<ListQueuesRequest,ListQueuesResponse> handler)
Returns a list of queues.Future<ListQueuesResponse>
QueueAdminAsyncClient. listQueues(ListQueuesRequest request, AsyncHandler<ListQueuesRequest,ListQueuesResponse> handler)
Iterable<ListQueuesResponse>
QueueAdminPaginators. listQueuesResponseIterator(ListQueuesRequest request)
Creates a new iterable which will iterate over the responses received from the listQueues operation.Method parameters in com.oracle.bmc.queue with type arguments of type ListQueuesResponse Modifier and Type Method Description Future<ListQueuesResponse>
QueueAdminAsync. listQueues(ListQueuesRequest request, AsyncHandler<ListQueuesRequest,ListQueuesResponse> handler)
Returns a list of queues.Future<ListQueuesResponse>
QueueAdminAsyncClient. listQueues(ListQueuesRequest request, AsyncHandler<ListQueuesRequest,ListQueuesResponse> handler)
-
Uses of ListQueuesResponse in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return ListQueuesResponse Modifier and Type Method Description ListQueuesResponse
ListQueuesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type ListQueuesResponse Modifier and Type Method Description ListQueuesResponse.Builder
ListQueuesResponse.Builder. copy(ListQueuesResponse o)
Copy method to populate the builder with values from the given instance.
-