Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.Attribute
-
Packages that use Attribute Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of Attribute in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return Attribute Modifier and Type Method Description AttributeNode. attribute()Information about a node specified as an attribute.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type Attribute Modifier and Type Method Description Node.BuilderNode.Builder. attribute(Attribute attribute)Information about a node specified as an attribute.static NodeNode. fromAttribute(Attribute attribute)Create an instance of this class withNode.attribute()initialized to the given value.
-