Uses of Class
software.amazon.awssdk.services.translate.model.ListTextTranslationJobsResponse
-
Packages that use ListTextTranslationJobsResponse Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language.software.amazon.awssdk.services.translate.paginators -
-
Uses of ListTextTranslationJobsResponse in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that return ListTextTranslationJobsResponse 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.Methods in software.amazon.awssdk.services.translate that return types with arguments of type ListTextTranslationJobsResponse Modifier and Type Method Description default CompletableFuture<ListTextTranslationJobsResponse>TranslateAsyncClient. listTextTranslationJobs(Consumer<ListTextTranslationJobsRequest.Builder> listTextTranslationJobsRequest)Gets a list of the batch translation jobs that you have submitted.default CompletableFuture<ListTextTranslationJobsResponse>TranslateAsyncClient. listTextTranslationJobs(ListTextTranslationJobsRequest listTextTranslationJobsRequest)Gets a list of the batch translation jobs that you have submitted. -
Uses of ListTextTranslationJobsResponse in software.amazon.awssdk.services.translate.paginators
Methods in software.amazon.awssdk.services.translate.paginators that return types with arguments of type ListTextTranslationJobsResponse Modifier and Type Method Description Iterator<ListTextTranslationJobsResponse>ListTextTranslationJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.translate.paginators with type arguments of type ListTextTranslationJobsResponse Modifier and Type Method Description voidListTextTranslationJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTextTranslationJobsResponse> subscriber)
-