Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyFilter
Packages that use PropertyFilter
-
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 PropertyFilterModifier and TypeMethodDescriptionfinal List<PropertyFilter>GetPropertyValueHistoryRequest.propertyFilters()A list of objects that filter the property value history request.final 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 PropertyFilterModifier and TypeMethodDescriptionGetPropertyValueHistoryRequest.Builder.propertyFilters(PropertyFilter... propertyFilters) A list of objects that filter the property value history request.TabularConditions.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 PropertyFilterModifier and TypeMethodDescriptionGetPropertyValueHistoryRequest.Builder.propertyFilters(Collection<PropertyFilter> propertyFilters) A list of objects that filter the property value history request.TabularConditions.Builder.propertyFilters(Collection<PropertyFilter> propertyFilters) You can filter the request using various logical operators and a key-value format.