| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListExportsResponse> |
LexModelsV2AsyncClient.listExports(Consumer<ListExportsRequest.Builder> listExportsRequest)
Lists the exports for a bot or bot locale.
|
default ListExportsResponse |
LexModelsV2Client.listExports(Consumer<ListExportsRequest.Builder> listExportsRequest)
Lists the exports for a bot or bot locale.
|
default ListExportsPublisher |
LexModelsV2AsyncClient.listExportsPaginator(Consumer<ListExportsRequest.Builder> listExportsRequest)
Lists the exports for a bot or bot locale.
|
default ListExportsIterable |
LexModelsV2Client.listExportsPaginator(Consumer<ListExportsRequest.Builder> listExportsRequest)
Lists the exports for a bot or bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
ListExportsRequest.Builder |
ListExportsRequest.Builder.botId(String botId)
The unique identifier that Amazon Lex assigned to the bot.
|
ListExportsRequest.Builder |
ListExportsRequest.Builder.botVersion(String botVersion)
The version of the bot to list exports for.
|
static ListExportsRequest.Builder |
ListExportsRequest.builder() |
ListExportsRequest.Builder |
ListExportsRequest.Builder.filters(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.Builder |
ListExportsRequest.Builder.filters(Consumer<ExportFilter.Builder>... filters)
Provides the specification of a filter used to limit the exports in the response to only those that match the
filter specification.
|
ListExportsRequest.Builder |
ListExportsRequest.Builder.filters(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.Builder |
ListExportsRequest.Builder.maxResults(Integer maxResults)
The maximum number of exports to return in each page of results.
|
ListExportsRequest.Builder |
ListExportsRequest.Builder.nextToken(String nextToken)
If the response from the
ListExports operation contans more results that specified in the
maxResults parameter, a token is returned in the response. |
ListExportsRequest.Builder |
ListExportsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExportsRequest.Builder |
ListExportsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListExportsRequest.Builder |
ListExportsRequest.Builder.sortBy(Consumer<ExportSortBy.Builder> sortBy)
Determines the field that the list of exports is sorted by.
|
ListExportsRequest.Builder |
ListExportsRequest.Builder.sortBy(ExportSortBy sortBy)
Determines the field that the list of exports is sorted by.
|
ListExportsRequest.Builder |
ListExportsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListExportsRequest.Builder> |
ListExportsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.