Package | Description |
---|---|
com.oracle.bmc.oda | |
com.oracle.bmc.oda.responses |
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.
|
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.
|
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 |
---|---|
ListChannelsResponse |
ListChannelsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.copy(ListChannelsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.