Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.EntityPropertyReference
-
Packages that use EntityPropertyReference Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of EntityPropertyReference in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return EntityPropertyReference Modifier and Type Method Description EntityPropertyReferencePropertyValueEntry. entityPropertyReference()An object that contains information about the entity that has the property.EntityPropertyReferencePropertyValueHistory. entityPropertyReference()An object that uniquely identifies an entity property.EntityPropertyReferencePropertyLatestValue. propertyReference()An object that specifies information about a property.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type EntityPropertyReference Modifier and Type Method Description PropertyValueEntry.BuilderPropertyValueEntry.Builder. entityPropertyReference(EntityPropertyReference entityPropertyReference)An object that contains information about the entity that has the property.PropertyValueHistory.BuilderPropertyValueHistory.Builder. entityPropertyReference(EntityPropertyReference entityPropertyReference)An object that uniquely identifies an entity property.PropertyLatestValue.BuilderPropertyLatestValue.Builder. propertyReference(EntityPropertyReference propertyReference)An object that specifies information about a property.
-