| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExportFilter |
ExportFilter.clone() |
ExportFilter |
ExportFilter.withName(ExportFilterName name)
The name of the field to use for filtering.
|
ExportFilter |
ExportFilter.withName(String name)
The name of the field to use for filtering.
|
ExportFilter |
ExportFilter.withOperator(ExportFilterOperator operator)
The operator to use for the filter.
|
ExportFilter |
ExportFilter.withOperator(String operator)
The operator to use for the filter.
|
ExportFilter |
ExportFilter.withValues(Collection<String> values)
The values to use to filter the response.
|
ExportFilter |
ExportFilter.withValues(String... values)
The values to use to filter the response.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportFilter> |
ListExportsRequest.getFilters()
Provides the specification of a filter used to limit the exports in the response to only those that match the
filter specification.
|
| Modifier and Type | Method and Description |
|---|---|
ListExportsRequest |
ListExportsRequest.withFilters(ExportFilter... filters)
Provides the specification of a filter used to limit the exports in the response to only those that match the
filter specification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExportsRequest.setFilters(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 |
ListExportsRequest.withFilters(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.
|
Copyright © 2022. All rights reserved.