| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBotAliasesResponse |
LexModelsV2Client.listBotAliases(Consumer<ListBotAliasesRequest.Builder> listBotAliasesRequest)
Gets a list of aliases for the specified bot.
|
default ListBotAliasesResponse |
LexModelsV2Client.listBotAliases(ListBotAliasesRequest listBotAliasesRequest)
Gets a list of aliases for the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBotAliasesResponse> |
LexModelsV2AsyncClient.listBotAliases(Consumer<ListBotAliasesRequest.Builder> listBotAliasesRequest)
Gets a list of aliases for the specified bot.
|
default CompletableFuture<ListBotAliasesResponse> |
LexModelsV2AsyncClient.listBotAliases(ListBotAliasesRequest listBotAliasesRequest)
Gets a list of aliases for the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBotAliasesResponse> |
ListBotAliasesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotAliasesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBotAliasesResponse> subscriber) |
Copyright © 2021. All rights reserved.