Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ExportFilter
-
Packages that use ExportFilter Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ExportFilter in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ExportFilter Modifier and Type Method Description List<ExportFilter>ListExportsRequest. filters()Provides the specification of a filter used to limit the exports in the response to only those that match the filter specification.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ExportFilter Modifier and Type Method Description ListExportsRequest.BuilderListExportsRequest.Builder. filters(ExportFilter... filters)Provides the specification of a filter used to limit the exports 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 ExportFilter Modifier and Type Method Description ListExportsRequest.BuilderListExportsRequest.Builder. filters(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.
-