| Package | Description |
|---|---|
| com.amazonaws.services.translate |
Provides translation between one source language and another of the same set of languages.
|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTerminologiesResult> |
AbstractAmazonTranslateAsync.listTerminologiesAsync(ListTerminologiesRequest request,
AsyncHandler<ListTerminologiesRequest,ListTerminologiesResult> asyncHandler) |
Future<ListTerminologiesResult> |
AmazonTranslateAsyncClient.listTerminologiesAsync(ListTerminologiesRequest request,
AsyncHandler<ListTerminologiesRequest,ListTerminologiesResult> asyncHandler) |
Future<ListTerminologiesResult> |
AmazonTranslateAsync.listTerminologiesAsync(ListTerminologiesRequest listTerminologiesRequest,
AsyncHandler<ListTerminologiesRequest,ListTerminologiesResult> asyncHandler)
Provides a list of custom terminologies associated with your account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTerminologiesRequest |
ListTerminologiesRequest.clone() |
ListTerminologiesRequest |
ListTerminologiesRequest.withMaxResults(Integer maxResults)
The maximum number of custom terminologies returned per list request.
|
ListTerminologiesRequest |
ListTerminologiesRequest.withNextToken(String nextToken)
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of
custom terminologies.
|
Copyright © 2021. All rights reserved.