| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBotLocalesResponse |
LexModelsV2Client.listBotLocales(Consumer<ListBotLocalesRequest.Builder> listBotLocalesRequest)
Gets a list of locales for the specified bot.
|
default ListBotLocalesResponse |
LexModelsV2Client.listBotLocales(ListBotLocalesRequest listBotLocalesRequest)
Gets a list of locales for the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBotLocalesResponse> |
LexModelsV2AsyncClient.listBotLocales(Consumer<ListBotLocalesRequest.Builder> listBotLocalesRequest)
Gets a list of locales for the specified bot.
|
default CompletableFuture<ListBotLocalesResponse> |
LexModelsV2AsyncClient.listBotLocales(ListBotLocalesRequest listBotLocalesRequest)
Gets a list of locales for the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBotLocalesResponse> |
ListBotLocalesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotLocalesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBotLocalesResponse> subscriber) |
Copyright © 2022. All rights reserved.