| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<SlotTypeFilter> |
ListSlotTypesRequest.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 |
|---|---|
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.filters(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 |
|---|---|
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.filters(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.