Uses of Class
software.amazon.awssdk.services.translate.paginators.ListTerminologiesPublisher
-
Packages that use ListTerminologiesPublisher Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language. -
-
Uses of ListTerminologiesPublisher in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that return ListTerminologiesPublisher Modifier and Type Method Description default ListTerminologiesPublisherTranslateAsyncClient. listTerminologiesPaginator()Provides a list of custom terminologies associated with your account.default ListTerminologiesPublisherTranslateAsyncClient. listTerminologiesPaginator(Consumer<ListTerminologiesRequest.Builder> listTerminologiesRequest)Provides a list of custom terminologies associated with your account.default ListTerminologiesPublisherTranslateAsyncClient. listTerminologiesPaginator(ListTerminologiesRequest listTerminologiesRequest)Provides a list of custom terminologies associated with your account.
-