| 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) |
Future<ListExportsResult> |
AbstractAmazonLexModelsV2Async.listExportsAsync(ListExportsRequest request) |
Future<ListExportsResult> |
AmazonLexModelsV2AsyncClient.listExportsAsync(ListExportsRequest request) |
Future<ListExportsResult> |
AmazonLexModelsV2Async.listExportsAsync(ListExportsRequest listExportsRequest)
Lists the exports for a bot, bot locale, or custom vocabulary.
|
Future<ListExportsResult> |
AbstractAmazonLexModelsV2Async.listExportsAsync(ListExportsRequest request,
AsyncHandler<ListExportsRequest,ListExportsResult> asyncHandler) |
Future<ListExportsResult> |
AmazonLexModelsV2AsyncClient.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> |
AbstractAmazonLexModelsV2Async.listExportsAsync(ListExportsRequest request,
AsyncHandler<ListExportsRequest,ListExportsResult> asyncHandler) |
Future<ListExportsResult> |
AmazonLexModelsV2AsyncClient.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 |
|---|---|
ListExportsRequest |
ListExportsRequest.clone() |
ListExportsRequest |
ListExportsRequest.withBotId(String botId)
The unique identifier that Amazon Lex assigned to the bot.
|
ListExportsRequest |
ListExportsRequest.withBotVersion(String botVersion)
The version of the bot to list exports for.
|
ListExportsRequest |
ListExportsRequest.withFilters(Collection<ExportFilter> filters)
Provides the specification of a filter used to limit the exports in the response to only those that match the
filter specification.
|
ListExportsRequest |
ListExportsRequest.withFilters(ExportFilter... filters)
Provides the specification of a filter used to limit the exports in the response to only those that match the
filter specification.
|
ListExportsRequest |
ListExportsRequest.withLocaleId(String localeId)
Specifies the resources that should be exported.
|
ListExportsRequest |
ListExportsRequest.withMaxResults(Integer maxResults)
The maximum number of exports to return in each page of results.
|
ListExportsRequest |
ListExportsRequest.withNextToken(String nextToken)
If the response from the
ListExports operation contains more results that specified in the
maxResults parameter, a token is returned in the response. |
ListExportsRequest |
ListExportsRequest.withSortBy(ExportSortBy sortBy)
Determines the field that the list of exports is sorted by.
|
Copyright © 2023. All rights reserved.