Uses of Class
software.amazon.awssdk.services.translate.model.InvalidFilterException
-
Packages that use InvalidFilterException Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language. -
-
Uses of InvalidFilterException in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that throw InvalidFilterException Modifier and Type Method Description default ListTextTranslationJobsResponseTranslateClient. listTextTranslationJobs(Consumer<ListTextTranslationJobsRequest.Builder> listTextTranslationJobsRequest)Gets a list of the batch translation jobs that you have submitted.default ListTextTranslationJobsResponseTranslateClient. listTextTranslationJobs(ListTextTranslationJobsRequest listTextTranslationJobsRequest)Gets a list of the batch translation jobs that you have submitted.default ListTextTranslationJobsIterableTranslateClient. listTextTranslationJobsPaginator(Consumer<ListTextTranslationJobsRequest.Builder> listTextTranslationJobsRequest)Gets a list of the batch translation jobs that you have submitted.default ListTextTranslationJobsIterableTranslateClient. listTextTranslationJobsPaginator(ListTextTranslationJobsRequest listTextTranslationJobsRequest)Gets a list of the batch translation jobs that you have submitted.
-