| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
DataValue |
PropertyDefinitionResponse.defaultValue()
An object that contains the default value.
|
DataValue |
PropertyDefinitionRequest.defaultValue()
An object that contains the default value.
|
DataValue |
PropertyLatestValue.propertyValue()
The value of the property.
|
DataValue |
PropertyValue.value()
An object that specifies a value for a time series property.
|
DataValue |
PropertyResponse.value()
The value of the property.
|
DataValue |
PropertyFilter.value()
The value associated with this property filter.
|
DataValue |
PropertyRequest.value()
The value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataValue> |
DataType.allowedValues()
The allowed values for this data type.
|
List<DataValue> |
DataValue.listValue()
A list of multiple values.
|
Map<String,DataValue> |
DataValue.mapValue()
An object that maps strings to multiple
DataValue objects. |
List<List<Map<String,DataValue>>> |
GetPropertyValueResponse.tabularPropertyValues()
A table of property values.
|
| Modifier and Type | Method and Description |
|---|---|
DataType.Builder |
DataType.Builder.allowedValues(DataValue... allowedValues)
The allowed values for this data type.
|
PropertyDefinitionResponse.Builder |
PropertyDefinitionResponse.Builder.defaultValue(DataValue defaultValue)
An object that contains the default value.
|
PropertyDefinitionRequest.Builder |
PropertyDefinitionRequest.Builder.defaultValue(DataValue defaultValue)
An object that contains the default value.
|
DataValue.Builder |
DataValue.Builder.listValue(DataValue... listValue)
A list of multiple values.
|
PropertyLatestValue.Builder |
PropertyLatestValue.Builder.propertyValue(DataValue propertyValue)
The value of the property.
|
PropertyValue.Builder |
PropertyValue.Builder.value(DataValue value)
An object that specifies a value for a time series property.
|
PropertyResponse.Builder |
PropertyResponse.Builder.value(DataValue value)
The value of the property.
|
PropertyFilter.Builder |
PropertyFilter.Builder.value(DataValue value)
The value associated with this property filter.
|
PropertyRequest.Builder |
PropertyRequest.Builder.value(DataValue value)
The value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
DataType.Builder |
DataType.Builder.allowedValues(Collection<DataValue> allowedValues)
The allowed values for this data type.
|
DataValue.Builder |
DataValue.Builder.listValue(Collection<DataValue> listValue)
A list of multiple values.
|
DataValue.Builder |
DataValue.Builder.mapValue(Map<String,DataValue> mapValue)
An object that maps strings to multiple
DataValue objects. |
GetPropertyValueResponse.Builder |
GetPropertyValueResponse.Builder.tabularPropertyValues(Collection<? extends Collection<? extends Map<String,DataValue>>> tabularPropertyValues)
A table of property values.
|
Copyright © 2023. All rights reserved.