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