Uses of Class
software.amazon.awssdk.services.translate.model.ListParallelDataResponse
-
Packages that use ListParallelDataResponse 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 ListParallelDataResponse in software.amazon.awssdk.services.translate
Methods in software.amazon.awssdk.services.translate that return ListParallelDataResponse Modifier and Type Method Description default ListParallelDataResponseTranslateClient. listParallelData(Consumer<ListParallelDataRequest.Builder> 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.Methods in software.amazon.awssdk.services.translate that return types with arguments of type ListParallelDataResponse Modifier and Type Method Description default CompletableFuture<ListParallelDataResponse>TranslateAsyncClient. listParallelData(Consumer<ListParallelDataRequest.Builder> listParallelDataRequest)Provides a list of your parallel data resources in Amazon Translate.default CompletableFuture<ListParallelDataResponse>TranslateAsyncClient. listParallelData(ListParallelDataRequest listParallelDataRequest)Provides a list of your parallel data resources in Amazon Translate. -
Uses of ListParallelDataResponse in software.amazon.awssdk.services.translate.paginators
Methods in software.amazon.awssdk.services.translate.paginators that return types with arguments of type ListParallelDataResponse Modifier and Type Method Description Iterator<ListParallelDataResponse>ListParallelDataIterable. iterator()Method parameters in software.amazon.awssdk.services.translate.paginators with type arguments of type ListParallelDataResponse Modifier and Type Method Description voidListParallelDataPublisher. subscribe(org.reactivestreams.Subscriber<? super ListParallelDataResponse> subscriber)
-