| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyValueEntry |
PropertyValueEntry.clone() |
PropertyValueEntry |
BatchPutPropertyError.getEntry()
An object that contains information about errors returned by the
BatchPutProperty action. |
PropertyValueEntry |
PropertyValueEntry.withEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that contains information about the entity that has the property.
|
PropertyValueEntry |
PropertyValueEntry.withPropertyValues(Collection<PropertyValue> propertyValues)
A list of objects that specify time series property values.
|
PropertyValueEntry |
PropertyValueEntry.withPropertyValues(PropertyValue... propertyValues)
A list of objects that specify time series property values.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValueEntry> |
BatchPutPropertyValuesRequest.getEntries()
An object that maps strings to the property value entries to set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutPropertyError.setEntry(PropertyValueEntry entry)
An object that contains information about errors returned by the
BatchPutProperty action. |
BatchPutPropertyValuesRequest |
BatchPutPropertyValuesRequest.withEntries(PropertyValueEntry... entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyError |
BatchPutPropertyError.withEntry(PropertyValueEntry entry)
An object that contains information about errors returned by the
BatchPutProperty action. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutPropertyValuesRequest.setEntries(Collection<PropertyValueEntry> entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyValuesRequest |
BatchPutPropertyValuesRequest.withEntries(Collection<PropertyValueEntry> entries)
An object that maps strings to the property value entries to set.
|
Copyright © 2024. All rights reserved.