Uses of Class
software.amazon.awssdk.services.translate.model.DescribeTextTranslationJobResponse
-
Packages that use DescribeTextTranslationJobResponse Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language. -
-
Uses of DescribeTextTranslationJobResponse in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that return DescribeTextTranslationJobResponse Modifier and Type Method Description default DescribeTextTranslationJobResponseTranslateClient. describeTextTranslationJob(Consumer<DescribeTextTranslationJobRequest.Builder> describeTextTranslationJobRequest)Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on.default DescribeTextTranslationJobResponseTranslateClient. describeTextTranslationJob(DescribeTextTranslationJobRequest describeTextTranslationJobRequest)Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on.Methods in software.amazon.awssdk.services.translate that return types with arguments of type DescribeTextTranslationJobResponse Modifier and Type Method Description default CompletableFuture<DescribeTextTranslationJobResponse>TranslateAsyncClient. describeTextTranslationJob(Consumer<DescribeTextTranslationJobRequest.Builder> describeTextTranslationJobRequest)Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on.default CompletableFuture<DescribeTextTranslationJobResponse>TranslateAsyncClient. describeTextTranslationJob(DescribeTextTranslationJobRequest describeTextTranslationJobRequest)Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on.
-