Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SlotFilter
-
Packages that use SlotFilter Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotFilter in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotFilter Modifier and Type Method Description List<SlotFilter>ListSlotsRequest. filters()Provides the specification of a filter used to limit the slots in the response to only those that match the filter specification.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SlotFilter Modifier and Type Method Description ListSlotsRequest.BuilderListSlotsRequest.Builder. filters(SlotFilter... filters)Provides the specification of a filter used to limit the slots in the response to only those that match the filter specification.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SlotFilter Modifier and Type Method Description ListSlotsRequest.BuilderListSlotsRequest.Builder. filters(Collection<SlotFilter> filters)Provides the specification of a filter used to limit the slots in the response to only those that match the filter specification.
-