Uses of Class
com.oracle.bmc.oda.requests.ListTranslatorsRequest
-
Packages that use ListTranslatorsRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of ListTranslatorsRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type ListTranslatorsRequest Modifier and Type Method Description ListTranslatorsResponseManagement. listTranslators(ListTranslatorsRequest request)Returns a page of Translators that belong to the specified Digital Assistant instance.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)ListTranslatorsResponseManagementClient. listTranslators(ListTranslatorsRequest request)Iterable<TranslatorSummary>ManagementPaginators. listTranslatorsRecordIterator(ListTranslatorsRequest request)Creates a new iterable which will iterate over theTranslatorSummaryobjects 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.Method parameters in com.oracle.bmc.oda with type arguments of type ListTranslatorsRequest 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 ListTranslatorsRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return ListTranslatorsRequest Modifier and Type Method Description ListTranslatorsRequestListTranslatorsRequest.Builder. build()Build the instance of ListTranslatorsRequest as configured by this builderListTranslatorsRequestListTranslatorsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListTranslatorsRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type ListTranslatorsRequest Modifier and Type Method Description ListTranslatorsRequest.BuilderListTranslatorsRequest.Builder. copy(ListTranslatorsRequest o)Copy method to populate the builder with values from the given instance.
-