Uses of Class
com.oracle.bmc.oda.responses.ListTranslatorsResponse
-
Packages that use ListTranslatorsResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of ListTranslatorsResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return ListTranslatorsResponse Modifier and Type Method Description ListTranslatorsResponse
Management. listTranslators(ListTranslatorsRequest request)
Returns a page of Translators that belong to the specified Digital Assistant instance.ListTranslatorsResponse
ManagementClient. listTranslators(ListTranslatorsRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type ListTranslatorsResponse Modifier and Type Method 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)
Iterable<ListTranslatorsResponse>
ManagementPaginators. listTranslatorsResponseIterator(ListTranslatorsRequest request)
Creates a new iterable which will iterate over the responses received from the listTranslators operation.Method parameters in com.oracle.bmc.oda with type arguments of type ListTranslatorsResponse Modifier and Type Method 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)
-
Uses of ListTranslatorsResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return ListTranslatorsResponse Modifier and Type Method Description ListTranslatorsResponse
ListTranslatorsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type ListTranslatorsResponse Modifier and Type Method Description ListTranslatorsResponse.Builder
ListTranslatorsResponse.Builder. copy(ListTranslatorsResponse o)
Copy method to populate the builder with values from the given instance.
-