Uses of Class
software.amazon.awssdk.services.translate.model.ListParallelDataRequest
-
Packages that use ListParallelDataRequest 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 software.amazon.awssdk.services.translate.transform -
-
Uses of ListParallelDataRequest in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate with parameters of type ListParallelDataRequest Modifier and Type Method Description default CompletableFuture<ListParallelDataResponse>TranslateAsyncClient. listParallelData(ListParallelDataRequest listParallelDataRequest)Provides a list of your parallel data resources in Amazon Translate.default ListParallelDataResponseTranslateClient. listParallelData(ListParallelDataRequest listParallelDataRequest)Provides a list of your parallel data resources in Amazon Translate.default ListParallelDataPublisherTranslateAsyncClient. listParallelDataPaginator(ListParallelDataRequest listParallelDataRequest)Provides a list of your parallel data resources in Amazon Translate.default ListParallelDataIterableTranslateClient. listParallelDataPaginator(ListParallelDataRequest listParallelDataRequest)Provides a list of your parallel data resources in Amazon Translate. -
Uses of ListParallelDataRequest in software.amazon.awssdk.services.translate.paginators
Constructors in software.amazon.awssdk.services.translate.paginators with parameters of type ListParallelDataRequest Constructor Description ListParallelDataIterable(TranslateClient client, ListParallelDataRequest firstRequest)ListParallelDataPublisher(TranslateAsyncClient client, ListParallelDataRequest firstRequest) -
Uses of ListParallelDataRequest in software.amazon.awssdk.services.translate.transform
Methods in software.amazon.awssdk.services.translate.transform with parameters of type ListParallelDataRequest Modifier and Type Method Description SdkHttpFullRequestListParallelDataRequestMarshaller. marshall(ListParallelDataRequest listParallelDataRequest)
-