| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model | |
| com.amazonaws.services.lexmodelsv2.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBotAliasResult> |
AbstractAmazonLexModelsV2Async.describeBotAliasAsync(DescribeBotAliasRequest request,
AsyncHandler<DescribeBotAliasRequest,DescribeBotAliasResult> asyncHandler) |
Future<DescribeBotAliasResult> |
AmazonLexModelsV2Async.describeBotAliasAsync(DescribeBotAliasRequest describeBotAliasRequest,
AsyncHandler<DescribeBotAliasRequest,DescribeBotAliasResult> asyncHandler)
Get information about a specific bot alias.
|
Future<DescribeBotAliasResult> |
AmazonLexModelsV2AsyncClient.describeBotAliasAsync(DescribeBotAliasRequest request,
AsyncHandler<DescribeBotAliasRequest,DescribeBotAliasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotAliasRequest |
DescribeBotAliasRequest.clone() |
DescribeBotAliasRequest |
DescribeBotAliasRequest.withBotAliasId(String botAliasId)
The identifier of the bot alias to describe.
|
DescribeBotAliasRequest |
DescribeBotAliasRequest.withBotId(String botId)
The identifier of the bot associated with the bot alias to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeBotAliasRequest> |
AmazonLexModelsV2Waiters.botAliasAvailable()
Builds a BotAliasAvailable waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotAliasResult |
DescribeBotAliasFunction.apply(DescribeBotAliasRequest describeBotAliasRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.