| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListImportsResponse> |
LexModelsV2AsyncClient.listImports(Consumer<ListImportsRequest.Builder> listImportsRequest)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
default ListImportsResponse |
LexModelsV2Client.listImports(Consumer<ListImportsRequest.Builder> listImportsRequest)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
default ListImportsPublisher |
LexModelsV2AsyncClient.listImportsPaginator(Consumer<ListImportsRequest.Builder> listImportsRequest)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
default ListImportsIterable |
LexModelsV2Client.listImportsPaginator(Consumer<ListImportsRequest.Builder> listImportsRequest)
Lists the imports for a bot, bot locale, or custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
ListImportsRequest.Builder |
ListImportsRequest.Builder.botId(String botId)
The unique identifier that Amazon Lex assigned to the bot.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.botVersion(String botVersion)
The version of the bot to list imports for.
|
static ListImportsRequest.Builder |
ListImportsRequest.builder() |
ListImportsRequest.Builder |
ListImportsRequest.Builder.filters(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.Builder |
ListImportsRequest.Builder.filters(Consumer<ImportFilter.Builder>... filters)
Provides the specification of a filter used to limit the bots in the response to only those that match the
filter specification.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.filters(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.Builder |
ListImportsRequest.Builder.localeId(String localeId)
Specifies the locale that should be present in the list.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.maxResults(Integer maxResults)
The maximum number of imports to return in each page of results.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.nextToken(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.Builder |
ListImportsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListImportsRequest.Builder |
ListImportsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListImportsRequest.Builder |
ListImportsRequest.Builder.sortBy(Consumer<ImportSortBy.Builder> sortBy)
Determines the field that the list of imports is sorted by.
|
ListImportsRequest.Builder |
ListImportsRequest.Builder.sortBy(ImportSortBy sortBy)
Determines the field that the list of imports is sorted by.
|
ListImportsRequest.Builder |
ListImportsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListImportsRequest.Builder> |
ListImportsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.