| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ImportFilter |
ImportFilter.clone() |
ImportFilter |
ImportFilter.withName(ImportFilterName name)
The name of the field to use for filtering.
|
ImportFilter |
ImportFilter.withName(String name)
The name of the field to use for filtering.
|
ImportFilter |
ImportFilter.withOperator(ImportFilterOperator operator)
The operator to use for the filter.
|
ImportFilter |
ImportFilter.withOperator(String operator)
The operator to use for the filter.
|
ImportFilter |
ImportFilter.withValues(Collection<String> values)
The values to use to filter the response.
|
ImportFilter |
ImportFilter.withValues(String... values)
The values to use to filter the response.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportFilter> |
ListImportsRequest.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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImportsRequest.setFilters(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(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.
|
Copyright © 2022. All rights reserved.