Uses of Class
com.oracle.bmc.queue.requests.ListQueuesRequest
-
Packages that use ListQueuesRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests -
-
Uses of ListQueuesRequest in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type ListQueuesRequest Modifier and Type Method Description ListQueuesResponseQueueAdmin. listQueues(ListQueuesRequest request)Returns a list of queues.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)ListQueuesResponseQueueAdminClient. listQueues(ListQueuesRequest request)Iterable<QueueSummary>QueueAdminPaginators. listQueuesRecordIterator(ListQueuesRequest request)Creates a new iterable which will iterate over theQueueSummaryobjects contained in responses from the listQueues operation.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 ListQueuesRequest 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 ListQueuesRequest in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return ListQueuesRequest Modifier and Type Method Description ListQueuesRequestListQueuesRequest.Builder. build()Build the instance of ListQueuesRequest as configured by this builderListQueuesRequestListQueuesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListQueuesRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type ListQueuesRequest Modifier and Type Method Description ListQueuesRequest.BuilderListQueuesRequest.Builder. copy(ListQueuesRequest o)Copy method to populate the builder with values from the given instance.
-