| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| 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 |
|---|---|
ListBotAliasesRequest |
ListBotAliasesRequest.clone() |
ListBotAliasesRequest |
ListBotAliasesRequest.withBotId(String botId)
The identifier of the bot to list aliases for.
|
ListBotAliasesRequest |
ListBotAliasesRequest.withMaxResults(Integer maxResults)
The maximum number of aliases to return in each page of results.
|
ListBotAliasesRequest |
ListBotAliasesRequest.withNextToken(String nextToken)
If the response from the
ListBotAliases operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
Copyright © 2023. All rights reserved.