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