| 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 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTerminologiesResponse> |
TranslateAsyncClient.listTerminologies()
Provides a list of custom terminologies associated with your account.
|
default CompletableFuture<ListTerminologiesResponse> |
TranslateAsyncClient.listTerminologies(Consumer<ListTerminologiesRequest.Builder> listTerminologiesRequest)
Provides a list of custom terminologies associated with your account.
|
default CompletableFuture<ListTerminologiesResponse> |
TranslateAsyncClient.listTerminologies(ListTerminologiesRequest listTerminologiesRequest)
Provides a list of custom terminologies associated with your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTerminologiesResponse> |
ListTerminologiesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTerminologiesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTerminologiesResponse> subscriber) |
Copyright © 2023. All rights reserved.