| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotLocaleFilter |
BotLocaleFilter.clone() |
BotLocaleFilter |
BotLocaleFilter.withName(BotLocaleFilterName name)
The name of the field to filter the list of bots.
|
BotLocaleFilter |
BotLocaleFilter.withName(String name)
The name of the field to filter the list of bots.
|
BotLocaleFilter |
BotLocaleFilter.withOperator(BotLocaleFilterOperator operator)
The operator to use for the filter.
|
BotLocaleFilter |
BotLocaleFilter.withOperator(String operator)
The operator to use for the filter.
|
BotLocaleFilter |
BotLocaleFilter.withValues(Collection<String> values)
The value to use for filtering the list of bots.
|
BotLocaleFilter |
BotLocaleFilter.withValues(String... values)
The value to use for filtering the list of bots.
|
| Modifier and Type | Method and Description |
|---|---|
List<BotLocaleFilter> |
ListBotLocalesRequest.getFilters()
Provides the specification for a filter used to limit the response to only those locales that match the filter
specification.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotLocalesRequest |
ListBotLocalesRequest.withFilters(BotLocaleFilter... filters)
Provides the specification for a filter used to limit the response to only those locales that match the filter
specification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotLocalesRequest.setFilters(Collection<BotLocaleFilter> filters)
Provides the specification for a filter used to limit the response to only those locales that match the filter
specification.
|
ListBotLocalesRequest |
ListBotLocalesRequest.withFilters(Collection<BotLocaleFilter> filters)
Provides the specification for a filter used to limit the response to only those locales that match the filter
specification.
|
Copyright © 2025. All rights reserved.