| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model | |
| com.amazonaws.services.lexmodelsv2.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBotVersionResult> |
AmazonLexModelsV2AsyncClient.describeBotVersionAsync(DescribeBotVersionRequest request,
AsyncHandler<DescribeBotVersionRequest,DescribeBotVersionResult> asyncHandler) |
Future<DescribeBotVersionResult> |
AbstractAmazonLexModelsV2Async.describeBotVersionAsync(DescribeBotVersionRequest request,
AsyncHandler<DescribeBotVersionRequest,DescribeBotVersionResult> asyncHandler) |
Future<DescribeBotVersionResult> |
AmazonLexModelsV2Async.describeBotVersionAsync(DescribeBotVersionRequest describeBotVersionRequest,
AsyncHandler<DescribeBotVersionRequest,DescribeBotVersionResult> asyncHandler)
Provides metadata about a version of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotVersionRequest |
DescribeBotVersionRequest.clone() |
DescribeBotVersionRequest |
DescribeBotVersionRequest.withBotId(String botId)
The identifier of the bot containing the version to return metadata for.
|
DescribeBotVersionRequest |
DescribeBotVersionRequest.withBotVersion(String botVersion)
The version of the bot to return metadata for.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeBotVersionRequest> |
AmazonLexModelsV2Waiters.botVersionAvailable()
Builds a BotVersionAvailable 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 |
|---|---|
DescribeBotVersionResult |
DescribeBotVersionFunction.apply(DescribeBotVersionRequest describeBotVersionRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2022. All rights reserved.