Package | Description |
---|---|
com.oracle.bmc.oda | |
com.oracle.bmc.oda.requests |
Modifier and Type | Method and Description |
---|---|
ListChannelsResponse |
ManagementClient.listChannels(ListChannelsRequest request) |
ListChannelsResponse |
Management.listChannels(ListChannelsRequest request)
Returns a page of Channels that belong to the specified Digital Assistant instance.
|
Future<ListChannelsResponse> |
ManagementAsyncClient.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler) |
Future<ListChannelsResponse> |
ManagementAsync.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Returns a page of Channels that belong to the specified Digital Assistant instance.
|
Iterable<ChannelSummary> |
ManagementPaginators.listChannelsRecordIterator(ListChannelsRequest request)
Creates a new iterable which will iterate over the
ChannelSummary objects contained in responses from the listChannels
operation. |
Iterable<ListChannelsResponse> |
ManagementPaginators.listChannelsResponseIterator(ListChannelsRequest request)
Creates a new iterable which will iterate over the responses received from the listChannels
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListChannelsResponse> |
ManagementAsyncClient.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler) |
Future<ListChannelsResponse> |
ManagementAsync.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Returns a page of Channels that belong to the specified Digital Assistant instance.
|
Modifier and Type | Method and Description |
---|---|
ListChannelsRequest |
ListChannelsRequest.Builder.build()
Build the instance of ListChannelsRequest as configured by this builder
|
ListChannelsRequest |
ListChannelsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListChannelsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.copy(ListChannelsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.