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