| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyFilter> |
TabularConditions.propertyFilters()
You can filter the request using various logical operators and a key-value format.
|
List<PropertyFilter> |
GetPropertyValueHistoryRequest.propertyFilters()
A list of objects that filter the property value history request.
|
| Modifier and Type | Method and Description |
|---|---|
TabularConditions.Builder |
TabularConditions.Builder.propertyFilters(PropertyFilter... propertyFilters)
You can filter the request using various logical operators and a key-value format.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.propertyFilters(PropertyFilter... propertyFilters)
A list of objects that filter the property value history request.
|
| Modifier and Type | Method and Description |
|---|---|
TabularConditions.Builder |
TabularConditions.Builder.propertyFilters(Collection<PropertyFilter> propertyFilters)
You can filter the request using various logical operators and a key-value format.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.propertyFilters(Collection<PropertyFilter> propertyFilters)
A list of objects that filter the property value history request.
|
Copyright © 2023. All rights reserved.