| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
EntityPropertyReference |
EntityPropertyReference.addExternalIdPropertyEntry(String key,
String value)
Add a single ExternalIdProperty entry
|
EntityPropertyReference |
EntityPropertyReference.clearExternalIdPropertyEntries()
Removes all the entries added into ExternalIdProperty.
|
EntityPropertyReference |
EntityPropertyReference.clone() |
EntityPropertyReference |
PropertyValueHistory.getEntityPropertyReference()
An object that uniquely identifies an entity property.
|
EntityPropertyReference |
PropertyValueEntry.getEntityPropertyReference()
An object that contains information about the entity that has the property.
|
EntityPropertyReference |
PropertyLatestValue.getPropertyReference()
An object that specifies information about a property.
|
EntityPropertyReference |
EntityPropertyReference.withComponentName(String componentName)
The name of the component.
|
EntityPropertyReference |
EntityPropertyReference.withComponentPath(String componentPath)
This string specifies the path to the composite component, starting from the top-level component.
|
EntityPropertyReference |
EntityPropertyReference.withEntityId(String entityId)
The ID of the entity.
|
EntityPropertyReference |
EntityPropertyReference.withExternalIdProperty(Map<String,String> externalIdProperty)
A mapping of external IDs to property names.
|
EntityPropertyReference |
EntityPropertyReference.withPropertyName(String propertyName)
The name of the property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyValueHistory.setEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that uniquely identifies an entity property.
|
void |
PropertyValueEntry.setEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that contains information about the entity that has the property.
|
void |
PropertyLatestValue.setPropertyReference(EntityPropertyReference propertyReference)
An object that specifies information about a property.
|
PropertyValueHistory |
PropertyValueHistory.withEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that uniquely identifies an entity property.
|
PropertyValueEntry |
PropertyValueEntry.withEntityPropertyReference(EntityPropertyReference entityPropertyReference)
An object that contains information about the entity that has the property.
|
PropertyLatestValue |
PropertyLatestValue.withPropertyReference(EntityPropertyReference propertyReference)
An object that specifies information about a property.
|
Copyright © 2024. All rights reserved.