Package | Description |
---|---|
com.oracle.bmc.oda | |
com.oracle.bmc.oda.responses |
Modifier and Type | Method and Description |
---|---|
ListTranslatorsResponse |
ManagementClient.listTranslators(ListTranslatorsRequest request) |
ListTranslatorsResponse |
Management.listTranslators(ListTranslatorsRequest request)
Returns a page of Translators that belong to the specified Digital Assistant instance.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTranslatorsResponse> |
ManagementAsyncClient.listTranslators(ListTranslatorsRequest request,
AsyncHandler<ListTranslatorsRequest,ListTranslatorsResponse> handler) |
Future<ListTranslatorsResponse> |
ManagementAsync.listTranslators(ListTranslatorsRequest request,
AsyncHandler<ListTranslatorsRequest,ListTranslatorsResponse> handler)
Returns a page of Translators that belong to the specified Digital Assistant instance.
|
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> |
ManagementAsyncClient.listTranslators(ListTranslatorsRequest request,
AsyncHandler<ListTranslatorsRequest,ListTranslatorsResponse> handler) |
Future<ListTranslatorsResponse> |
ManagementAsync.listTranslators(ListTranslatorsRequest request,
AsyncHandler<ListTranslatorsRequest,ListTranslatorsResponse> handler)
Returns a page of Translators that belong to the specified Digital Assistant instance.
|
Modifier and Type | Method and Description |
---|---|
ListTranslatorsResponse |
ListTranslatorsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListTranslatorsResponse.Builder |
ListTranslatorsResponse.Builder.copy(ListTranslatorsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.