| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListExportsResult |
AmazonLexModelsV2Client.listExports(ListExportsRequest request)
Lists the exports for a bot, bot locale, or custom vocabulary.
|
ListExportsResult |
AmazonLexModelsV2.listExports(ListExportsRequest listExportsRequest)
Lists the exports for a bot, bot locale, or custom vocabulary.
|
ListExportsResult |
AbstractAmazonLexModelsV2.listExports(ListExportsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListExportsResult> |
AmazonLexModelsV2AsyncClient.listExportsAsync(ListExportsRequest request) |
Future<ListExportsResult> |
AbstractAmazonLexModelsV2Async.listExportsAsync(ListExportsRequest request) |
Future<ListExportsResult> |
AmazonLexModelsV2Async.listExportsAsync(ListExportsRequest listExportsRequest)
Lists the exports for a bot, bot locale, or custom vocabulary.
|
Future<ListExportsResult> |
AmazonLexModelsV2AsyncClient.listExportsAsync(ListExportsRequest request,
AsyncHandler<ListExportsRequest,ListExportsResult> asyncHandler) |
Future<ListExportsResult> |
AbstractAmazonLexModelsV2Async.listExportsAsync(ListExportsRequest request,
AsyncHandler<ListExportsRequest,ListExportsResult> asyncHandler) |
Future<ListExportsResult> |
AmazonLexModelsV2Async.listExportsAsync(ListExportsRequest listExportsRequest,
AsyncHandler<ListExportsRequest,ListExportsResult> asyncHandler)
Lists the exports for a bot, bot locale, or custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListExportsResult> |
AmazonLexModelsV2AsyncClient.listExportsAsync(ListExportsRequest request,
AsyncHandler<ListExportsRequest,ListExportsResult> asyncHandler) |
Future<ListExportsResult> |
AbstractAmazonLexModelsV2Async.listExportsAsync(ListExportsRequest request,
AsyncHandler<ListExportsRequest,ListExportsResult> asyncHandler) |
Future<ListExportsResult> |
AmazonLexModelsV2Async.listExportsAsync(ListExportsRequest listExportsRequest,
AsyncHandler<ListExportsRequest,ListExportsResult> asyncHandler)
Lists the exports for a bot, bot locale, or custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
ListExportsResult |
ListExportsResult.clone() |
ListExportsResult |
ListExportsResult.withBotId(String botId)
The unique identifier assigned to the bot by Amazon Lex.
|
ListExportsResult |
ListExportsResult.withBotVersion(String botVersion)
The version of the bot that was exported.
|
ListExportsResult |
ListExportsResult.withExportSummaries(Collection<ExportSummary> exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request.
|
ListExportsResult |
ListExportsResult.withExportSummaries(ExportSummary... exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request.
|
ListExportsResult |
ListExportsResult.withLocaleId(String localeId)
The locale specified in the request.
|
ListExportsResult |
ListExportsResult.withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListExports
operation. |
Copyright © 2022. All rights reserved.