| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListImportsResult |
AbstractAmazonLexModelsV2.listImports(ListImportsRequest request) |
ListImportsResult |
AmazonLexModelsV2Client.listImports(ListImportsRequest request)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
ListImportsResult |
AmazonLexModelsV2.listImports(ListImportsRequest listImportsRequest)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
Future<ListImportsResult> |
AbstractAmazonLexModelsV2Async.listImportsAsync(ListImportsRequest request) |
Future<ListImportsResult> |
AmazonLexModelsV2AsyncClient.listImportsAsync(ListImportsRequest request) |
Future<ListImportsResult> |
AmazonLexModelsV2Async.listImportsAsync(ListImportsRequest listImportsRequest)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
Future<ListImportsResult> |
AbstractAmazonLexModelsV2Async.listImportsAsync(ListImportsRequest request,
AsyncHandler<ListImportsRequest,ListImportsResult> asyncHandler) |
Future<ListImportsResult> |
AmazonLexModelsV2AsyncClient.listImportsAsync(ListImportsRequest request,
AsyncHandler<ListImportsRequest,ListImportsResult> asyncHandler) |
Future<ListImportsResult> |
AmazonLexModelsV2Async.listImportsAsync(ListImportsRequest listImportsRequest,
AsyncHandler<ListImportsRequest,ListImportsResult> asyncHandler)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListImportsResult> |
AbstractAmazonLexModelsV2Async.listImportsAsync(ListImportsRequest request,
AsyncHandler<ListImportsRequest,ListImportsResult> asyncHandler) |
Future<ListImportsResult> |
AmazonLexModelsV2AsyncClient.listImportsAsync(ListImportsRequest request,
AsyncHandler<ListImportsRequest,ListImportsResult> asyncHandler) |
Future<ListImportsResult> |
AmazonLexModelsV2Async.listImportsAsync(ListImportsRequest listImportsRequest,
AsyncHandler<ListImportsRequest,ListImportsResult> asyncHandler)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
ListImportsRequest |
ListImportsRequest.clone() |
ListImportsRequest |
ListImportsRequest.withBotId(String botId)
The unique identifier that Amazon Lex assigned to the bot.
|
ListImportsRequest |
ListImportsRequest.withBotVersion(String botVersion)
The version of the bot to list imports for.
|
ListImportsRequest |
ListImportsRequest.withFilters(Collection<ImportFilter> filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the filter
specification.
|
ListImportsRequest |
ListImportsRequest.withFilters(ImportFilter... filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the filter
specification.
|
ListImportsRequest |
ListImportsRequest.withLocaleId(String localeId)
Specifies the locale that should be present in the list.
|
ListImportsRequest |
ListImportsRequest.withMaxResults(Integer maxResults)
The maximum number of imports to return in each page of results.
|
ListImportsRequest |
ListImportsRequest.withNextToken(String nextToken)
If the response from the
ListImports operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListImportsRequest |
ListImportsRequest.withSortBy(ImportSortBy sortBy)
Determines the field that the list of imports is sorted by.
|
Copyright © 2022. All rights reserved.