| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate |
Provides translation between one source language and another of the same set of languages.
|
| software.amazon.awssdk.services.translate.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTextTranslationJobsResponse |
TranslateClient.listTextTranslationJobs(Consumer<ListTextTranslationJobsRequest.Builder> listTextTranslationJobsRequest)
Gets a list of the batch translation jobs that you have submitted.
|
default ListTextTranslationJobsResponse |
TranslateClient.listTextTranslationJobs(ListTextTranslationJobsRequest listTextTranslationJobsRequest)
Gets a list of the batch translation jobs that you have submitted.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTextTranslationJobsResponse> |
ListTextTranslationJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTextTranslationJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTextTranslationJobsResponse> subscriber) |
Copyright © 2022. All rights reserved.