Uses of Class
com.oracle.bmc.queue.requests.ListChannelsRequest
-
Packages that use ListChannelsRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests -
-
Uses of ListChannelsRequest in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type ListChannelsRequest Modifier and Type Method Description ListChannelsResponse
Queue. listChannels(ListChannelsRequest request)
Gets the list of IDs of non-empty channels.Future<ListChannelsResponse>
QueueAsync. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Gets the list of IDs of non-empty channels.Future<ListChannelsResponse>
QueueAsyncClient. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
ListChannelsResponse
QueueClient. listChannels(ListChannelsRequest request)
Method parameters in com.oracle.bmc.queue with type arguments of type ListChannelsRequest Modifier and Type Method Description Future<ListChannelsResponse>
QueueAsync. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Gets the list of IDs of non-empty channels.Future<ListChannelsResponse>
QueueAsyncClient. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
-
Uses of ListChannelsRequest in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return ListChannelsRequest Modifier and Type Method Description ListChannelsRequest
ListChannelsRequest.Builder. build()
Build the instance of ListChannelsRequest as configured by this builderListChannelsRequest
ListChannelsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListChannelsRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type ListChannelsRequest Modifier and Type Method Description ListChannelsRequest.Builder
ListChannelsRequest.Builder. copy(ListChannelsRequest o)
Copy method to populate the builder with values from the given instance.
-