Uses of Class
com.oracle.bmc.oda.responses.ListChannelsResponse
-
Packages that use ListChannelsResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of ListChannelsResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return ListChannelsResponse Modifier and Type Method Description ListChannelsResponse
Management. listChannels(ListChannelsRequest request)
Returns a page of Channels that belong to the specified Digital Assistant instance.ListChannelsResponse
ManagementClient. listChannels(ListChannelsRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type ListChannelsResponse Modifier and Type Method Description Future<ListChannelsResponse>
ManagementAsync. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Returns a page of Channels that belong to the specified Digital Assistant instance.Future<ListChannelsResponse>
ManagementAsyncClient. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Iterable<ListChannelsResponse>
ManagementPaginators. listChannelsResponseIterator(ListChannelsRequest request)
Creates a new iterable which will iterate over the responses received from the listChannels operation.Method parameters in com.oracle.bmc.oda with type arguments of type ListChannelsResponse Modifier and Type Method Description Future<ListChannelsResponse>
ManagementAsync. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Returns a page of Channels that belong to the specified Digital Assistant instance.Future<ListChannelsResponse>
ManagementAsyncClient. listChannels(ListChannelsRequest request, AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
-
Uses of ListChannelsResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return ListChannelsResponse Modifier and Type Method Description ListChannelsResponse
ListChannelsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.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.
-