| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyFilter |
PropertyFilter.clone() |
PropertyFilter |
PropertyFilter.withOperator(String operator)
The operator associated with this property filter.
|
PropertyFilter |
PropertyFilter.withPropertyName(String propertyName)
The property name associated with this property filter.
|
PropertyFilter |
PropertyFilter.withValue(DataValue value)
The value associated with this property filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyFilter> |
GetPropertyValueHistoryRequest.getPropertyFilters()
A list of objects that filter the property value history request.
|
List<PropertyFilter> |
TabularConditions.getPropertyFilters()
You can filter the request using various logical operators and a key-value format.
|
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withPropertyFilters(PropertyFilter... propertyFilters)
A list of objects that filter the property value history request.
|
TabularConditions |
TabularConditions.withPropertyFilters(PropertyFilter... propertyFilters)
You can filter the request using various logical operators and a key-value format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPropertyValueHistoryRequest.setPropertyFilters(Collection<PropertyFilter> propertyFilters)
A list of objects that filter the property value history request.
|
void |
TabularConditions.setPropertyFilters(Collection<PropertyFilter> propertyFilters)
You can filter the request using various logical operators and a key-value format.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withPropertyFilters(Collection<PropertyFilter> propertyFilters)
A list of objects that filter the property value history request.
|
TabularConditions |
TabularConditions.withPropertyFilters(Collection<PropertyFilter> propertyFilters)
You can filter the request using various logical operators and a key-value format.
|
Copyright © 2023. All rights reserved.