Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyFilter
-
Packages that use PropertyFilter Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PropertyFilter in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyFilter Modifier and Type Method Description List<PropertyFilter>GetPropertyValueHistoryRequest. propertyFilters()A list of objects that filter the property value history request.List<PropertyFilter>TabularConditions. propertyFilters()You can filter the request using various logical operators and a key-value format.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PropertyFilter Modifier and Type Method Description GetPropertyValueHistoryRequest.BuilderGetPropertyValueHistoryRequest.Builder. propertyFilters(PropertyFilter... propertyFilters)A list of objects that filter the property value history request.TabularConditions.BuilderTabularConditions.Builder. propertyFilters(PropertyFilter... propertyFilters)You can filter the request using various logical operators and a key-value format.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyFilter Modifier and Type Method Description GetPropertyValueHistoryRequest.BuilderGetPropertyValueHistoryRequest.Builder. propertyFilters(Collection<PropertyFilter> propertyFilters)A list of objects that filter the property value history request.TabularConditions.BuilderTabularConditions.Builder. propertyFilters(Collection<PropertyFilter> propertyFilters)You can filter the request using various logical operators and a key-value format.
-