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