Uses of Class
com.oracle.bmc.queue.responses.ListChannelsResponse
-
Packages that use ListChannelsResponse Package Description com.oracle.bmc.queue com.oracle.bmc.queue.responses -
-
Uses of ListChannelsResponse in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return ListChannelsResponse Modifier and Type Method Description ListChannelsResponse
Queue. listChannels(ListChannelsRequest request)
Gets the list of IDs of non-empty channels.ListChannelsResponse
QueueClient. listChannels(ListChannelsRequest request)
Methods in com.oracle.bmc.queue that return types with arguments of type ListChannelsResponse 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)
Method parameters in com.oracle.bmc.queue with type arguments of type ListChannelsResponse 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 ListChannelsResponse in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return ListChannelsResponse Modifier and Type Method Description ListChannelsResponse
ListChannelsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type ListChannelsResponse Modifier and Type Method Description ListChannelsResponse.Builder
ListChannelsResponse.Builder. copy(ListChannelsResponse o)
Copy method to populate the builder with values from the given instance.
-