| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotAliasesResult |
AmazonLexModelsV2Client.listBotAliases(ListBotAliasesRequest request)
Gets a list of aliases for the specified bot.
|
ListBotAliasesResult |
AbstractAmazonLexModelsV2.listBotAliases(ListBotAliasesRequest request) |
ListBotAliasesResult |
AmazonLexModelsV2.listBotAliases(ListBotAliasesRequest listBotAliasesRequest)
Gets a list of aliases for the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotAliasesResult> |
AbstractAmazonLexModelsV2Async.listBotAliasesAsync(ListBotAliasesRequest request,
AsyncHandler<ListBotAliasesRequest,ListBotAliasesResult> asyncHandler) |
Future<ListBotAliasesResult> |
AmazonLexModelsV2AsyncClient.listBotAliasesAsync(ListBotAliasesRequest request,
AsyncHandler<ListBotAliasesRequest,ListBotAliasesResult> asyncHandler) |
Future<ListBotAliasesResult> |
AmazonLexModelsV2Async.listBotAliasesAsync(ListBotAliasesRequest listBotAliasesRequest,
AsyncHandler<ListBotAliasesRequest,ListBotAliasesResult> asyncHandler)
Gets a list of aliases for the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotAliasesResult |
ListBotAliasesResult.clone() |
ListBotAliasesResult |
ListBotAliasesResult.withBotAliasSummaries(BotAliasSummary... botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
ListBotAliasesResult |
ListBotAliasesResult.withBotAliasSummaries(Collection<BotAliasSummary> botAliasSummaries)
Summary information for the bot aliases that meet the filter criteria specified in the request.
|
ListBotAliasesResult |
ListBotAliasesResult.withBotId(String botId)
The identifier of the bot associated with the aliases.
|
ListBotAliasesResult |
ListBotAliasesResult.withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBotAliases
operation. |
Copyright © 2025. All rights reserved.