Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.EntityPropertyReference
Packages that use EntityPropertyReference
-
Uses of EntityPropertyReference in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return EntityPropertyReferenceModifier and TypeMethodDescriptionfinal EntityPropertyReferencePropertyValueEntry.entityPropertyReference()An object that contains information about the entity that has the property.final EntityPropertyReferencePropertyValueHistory.entityPropertyReference()An object that uniquely identifies an entity property.final EntityPropertyReferencePropertyLatestValue.propertyReference()An object that specifies information about a property.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type EntityPropertyReferenceModifier and TypeMethodDescriptionPropertyValueEntry.Builder.entityPropertyReference(EntityPropertyReference entityPropertyReference) An object that contains information about the entity that has the property.PropertyValueHistory.Builder.entityPropertyReference(EntityPropertyReference entityPropertyReference) An object that uniquely identifies an entity property.PropertyLatestValue.Builder.propertyReference(EntityPropertyReference propertyReference) An object that specifies information about a property.