| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetBotVersionsResult |
AmazonLexModelBuildingClient.getBotVersions(GetBotVersionsRequest request)
Gets information about all of the versions of a bot.
|
GetBotVersionsResult |
AmazonLexModelBuilding.getBotVersions(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
GetBotVersionsResult |
AbstractAmazonLexModelBuilding.getBotVersions(GetBotVersionsRequest request) |
Future<GetBotVersionsResult> |
AbstractAmazonLexModelBuildingAsync.getBotVersionsAsync(GetBotVersionsRequest request) |
Future<GetBotVersionsResult> |
AmazonLexModelBuildingAsync.getBotVersionsAsync(GetBotVersionsRequest getBotVersionsRequest)
Gets information about all of the versions of a bot.
|
Future<GetBotVersionsResult> |
AmazonLexModelBuildingAsyncClient.getBotVersionsAsync(GetBotVersionsRequest request) |
Future<GetBotVersionsResult> |
AbstractAmazonLexModelBuildingAsync.getBotVersionsAsync(GetBotVersionsRequest request,
AsyncHandler<GetBotVersionsRequest,GetBotVersionsResult> asyncHandler) |
Future<GetBotVersionsResult> |
AmazonLexModelBuildingAsync.getBotVersionsAsync(GetBotVersionsRequest getBotVersionsRequest,
AsyncHandler<GetBotVersionsRequest,GetBotVersionsResult> asyncHandler)
Gets information about all of the versions of a bot.
|
Future<GetBotVersionsResult> |
AmazonLexModelBuildingAsyncClient.getBotVersionsAsync(GetBotVersionsRequest request,
AsyncHandler<GetBotVersionsRequest,GetBotVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBotVersionsResult> |
AbstractAmazonLexModelBuildingAsync.getBotVersionsAsync(GetBotVersionsRequest request,
AsyncHandler<GetBotVersionsRequest,GetBotVersionsResult> asyncHandler) |
Future<GetBotVersionsResult> |
AmazonLexModelBuildingAsync.getBotVersionsAsync(GetBotVersionsRequest getBotVersionsRequest,
AsyncHandler<GetBotVersionsRequest,GetBotVersionsResult> asyncHandler)
Gets information about all of the versions of a bot.
|
Future<GetBotVersionsResult> |
AmazonLexModelBuildingAsyncClient.getBotVersionsAsync(GetBotVersionsRequest request,
AsyncHandler<GetBotVersionsRequest,GetBotVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBotVersionsRequest |
GetBotVersionsRequest.clone() |
GetBotVersionsRequest |
GetBotVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of bot versions to return in the response.
|
GetBotVersionsRequest |
GetBotVersionsRequest.withName(String name)
The name of the bot for which versions should be returned.
|
GetBotVersionsRequest |
GetBotVersionsRequest.withNextToken(String nextToken)
A pagination token for fetching the next page of bot versions.
|
Copyright © 2023. All rights reserved.