Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SlotTypeFilter
-
Packages that use SlotTypeFilter Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotTypeFilter in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SlotTypeFilter Modifier and Type Method 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.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SlotTypeFilter Modifier and Type Method Description ListSlotTypesRequest.BuilderListSlotTypesRequest.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.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SlotTypeFilter Modifier and Type Method Description ListSlotTypesRequest.BuilderListSlotTypesRequest.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.
-