| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate |
Provides translation between one source language and another of the same set of languages.
|
| Modifier and Type | Method and Description |
|---|---|
default GetTerminologyResponse |
TranslateClient.getTerminology(Consumer<GetTerminologyRequest.Builder> getTerminologyRequest)
Retrieves a custom terminology.
|
default GetTerminologyResponse |
TranslateClient.getTerminology(GetTerminologyRequest getTerminologyRequest)
Retrieves a custom terminology.
|
default ImportTerminologyResponse |
TranslateClient.importTerminology(Consumer<ImportTerminologyRequest.Builder> importTerminologyRequest)
Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology
name.
|
default ImportTerminologyResponse |
TranslateClient.importTerminology(ImportTerminologyRequest importTerminologyRequest)
Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology
name.
|
default ListTerminologiesResponse |
TranslateClient.listTerminologies()
Provides a list of custom terminologies associated with your account.
|
default ListTerminologiesResponse |
TranslateClient.listTerminologies(Consumer<ListTerminologiesRequest.Builder> listTerminologiesRequest)
Provides a list of custom terminologies associated with your account.
|
default ListTerminologiesResponse |
TranslateClient.listTerminologies(ListTerminologiesRequest listTerminologiesRequest)
Provides a list of custom terminologies associated with your account.
|
default ListTerminologiesIterable |
TranslateClient.listTerminologiesPaginator()
Provides a list of custom terminologies associated with your account.
|
default ListTerminologiesIterable |
TranslateClient.listTerminologiesPaginator(Consumer<ListTerminologiesRequest.Builder> listTerminologiesRequest)
Provides a list of custom terminologies associated with your account.
|
default ListTerminologiesIterable |
TranslateClient.listTerminologiesPaginator(ListTerminologiesRequest listTerminologiesRequest)
Provides a list of custom terminologies associated with your account.
|
Copyright © 2020. All rights reserved.