| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
RelationshipValue |
RelationshipValue.clone() |
RelationshipValue |
DataValue.getRelationshipValue()
A value that relates a component to another component.
|
RelationshipValue |
RelationshipValue.withTargetComponentName(String targetComponentName)
The name of the target component associated with the relationship value.
|
RelationshipValue |
RelationshipValue.withTargetEntityId(String targetEntityId)
The ID of the target entity associated with this relationship value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataValue.setRelationshipValue(RelationshipValue relationshipValue)
A value that relates a component to another component.
|
DataValue |
DataValue.withRelationshipValue(RelationshipValue relationshipValue)
A value that relates a component to another component.
|
Copyright © 2022. All rights reserved.