| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
DataValue |
DataValue.addMapValueEntry(String key,
DataValue value)
Add a single MapValue entry
|
DataValue |
DataValue.clearMapValueEntries()
Removes all the entries added into MapValue.
|
DataValue |
DataValue.clone() |
DataValue |
PropertyDefinitionResponse.getDefaultValue()
An object that contains the default value.
|
DataValue |
PropertyDefinitionRequest.getDefaultValue()
An object that contains the default value.
|
DataValue |
PropertyLatestValue.getPropertyValue()
The value of the property.
|
DataValue |
PropertyFilter.getValue()
The value associated with this property filter.
|
DataValue |
PropertyValue.getValue()
An object that specifies a value for a time series property.
|
DataValue |
PropertyResponse.getValue()
The value of the property.
|
DataValue |
PropertyRequest.getValue()
The value of the property.
|
DataValue |
DataValue.withBooleanValue(Boolean booleanValue)
A Boolean value.
|
DataValue |
DataValue.withDoubleValue(Double doubleValue)
A double value.
|
DataValue |
DataValue.withExpression(String expression)
An expression that produces the value.
|
DataValue |
DataValue.withIntegerValue(Integer integerValue)
An integer value.
|
DataValue |
DataValue.withListValue(Collection<DataValue> listValue)
A list of multiple values.
|
DataValue |
DataValue.withListValue(DataValue... listValue)
A list of multiple values.
|
DataValue |
DataValue.withLongValue(Long longValue)
A long value.
|
DataValue |
DataValue.withMapValue(Map<String,DataValue> mapValue)
An object that maps strings to multiple
DataValue objects. |
DataValue |
DataValue.withRelationshipValue(RelationshipValue relationshipValue)
A value that relates a component to another component.
|
DataValue |
DataValue.withStringValue(String stringValue)
A string value.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataValue> |
DataType.getAllowedValues()
The allowed values for this data type.
|
List<DataValue> |
DataValue.getListValue()
A list of multiple values.
|
Map<String,DataValue> |
DataValue.getMapValue()
An object that maps strings to multiple
DataValue objects. |
List<List<Map<String,DataValue>>> |
GetPropertyValueResult.getTabularPropertyValues()
A table of property values.
|
| Modifier and Type | Method and Description |
|---|---|
DataValue |
DataValue.addMapValueEntry(String key,
DataValue value)
Add a single MapValue entry
|
void |
PropertyDefinitionResponse.setDefaultValue(DataValue defaultValue)
An object that contains the default value.
|
void |
PropertyDefinitionRequest.setDefaultValue(DataValue defaultValue)
An object that contains the default value.
|
void |
PropertyLatestValue.setPropertyValue(DataValue propertyValue)
The value of the property.
|
void |
PropertyFilter.setValue(DataValue value)
The value associated with this property filter.
|
void |
PropertyValue.setValue(DataValue value)
An object that specifies a value for a time series property.
|
void |
PropertyResponse.setValue(DataValue value)
The value of the property.
|
void |
PropertyRequest.setValue(DataValue value)
The value of the property.
|
DataType |
DataType.withAllowedValues(DataValue... allowedValues)
The allowed values for this data type.
|
PropertyDefinitionResponse |
PropertyDefinitionResponse.withDefaultValue(DataValue defaultValue)
An object that contains the default value.
|
PropertyDefinitionRequest |
PropertyDefinitionRequest.withDefaultValue(DataValue defaultValue)
An object that contains the default value.
|
DataValue |
DataValue.withListValue(DataValue... listValue)
A list of multiple values.
|
PropertyLatestValue |
PropertyLatestValue.withPropertyValue(DataValue propertyValue)
The value of the property.
|
PropertyFilter |
PropertyFilter.withValue(DataValue value)
The value associated with this property filter.
|
PropertyValue |
PropertyValue.withValue(DataValue value)
An object that specifies a value for a time series property.
|
PropertyResponse |
PropertyResponse.withValue(DataValue value)
The value of the property.
|
PropertyRequest |
PropertyRequest.withValue(DataValue value)
The value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataType.setAllowedValues(Collection<DataValue> allowedValues)
The allowed values for this data type.
|
void |
DataValue.setListValue(Collection<DataValue> listValue)
A list of multiple values.
|
void |
DataValue.setMapValue(Map<String,DataValue> mapValue)
An object that maps strings to multiple
DataValue objects. |
void |
GetPropertyValueResult.setTabularPropertyValues(Collection<List<Map<String,DataValue>>> tabularPropertyValues)
A table of property values.
|
DataType |
DataType.withAllowedValues(Collection<DataValue> allowedValues)
The allowed values for this data type.
|
DataValue |
DataValue.withListValue(Collection<DataValue> listValue)
A list of multiple values.
|
DataValue |
DataValue.withMapValue(Map<String,DataValue> mapValue)
An object that maps strings to multiple
DataValue objects. |
GetPropertyValueResult |
GetPropertyValueResult.withTabularPropertyValues(Collection<List<Map<String,DataValue>>> tabularPropertyValues)
A table of property values.
|
Copyright © 2023. All rights reserved.