| Package | Description |
|---|---|
| com.amazonaws.services.translate |
Provides translation of the input content from the source language to the target language.
|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListParallelDataResult> |
AbstractAmazonTranslateAsync.listParallelDataAsync(ListParallelDataRequest request,
AsyncHandler<ListParallelDataRequest,ListParallelDataResult> asyncHandler) |
Future<ListParallelDataResult> |
AmazonTranslateAsync.listParallelDataAsync(ListParallelDataRequest listParallelDataRequest,
AsyncHandler<ListParallelDataRequest,ListParallelDataResult> asyncHandler)
Provides a list of your parallel data resources in Amazon Translate.
|
Future<ListParallelDataResult> |
AmazonTranslateAsyncClient.listParallelDataAsync(ListParallelDataRequest request,
AsyncHandler<ListParallelDataRequest,ListParallelDataResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListParallelDataRequest |
ListParallelDataRequest.clone() |
ListParallelDataRequest |
ListParallelDataRequest.withMaxResults(Integer maxResults)
The maximum number of parallel data resources returned for each request.
|
ListParallelDataRequest |
ListParallelDataRequest.withNextToken(String nextToken)
A string that specifies the next page of results to return in a paginated response.
|
Copyright © 2023. All rights reserved.