Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.PrimitiveMessageDefinition
-
Packages that use PrimitiveMessageDefinition Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of PrimitiveMessageDefinition in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return PrimitiveMessageDefinition Modifier and Type Method Description static PrimitiveMessageDefinitionPrimitiveMessageDefinition. fromRos2PrimitiveMessageDefinition(Consumer<ROS2PrimitiveMessageDefinition.Builder> ros2PrimitiveMessageDefinition)Create an instance of this class withros2PrimitiveMessageDefinition()initialized to the given value.static PrimitiveMessageDefinitionPrimitiveMessageDefinition. fromRos2PrimitiveMessageDefinition(ROS2PrimitiveMessageDefinition ros2PrimitiveMessageDefinition)Create an instance of this class withros2PrimitiveMessageDefinition()initialized to the given value.PrimitiveMessageDefinitionStructuredMessage. primitiveMessageDefinition()Represents a primitive type node of the complex data structure.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type PrimitiveMessageDefinition Modifier and Type Method Description static StructuredMessageStructuredMessage. fromPrimitiveMessageDefinition(PrimitiveMessageDefinition primitiveMessageDefinition)Create an instance of this class withStructuredMessage.primitiveMessageDefinition()initialized to the given value.StructuredMessage.BuilderStructuredMessage.Builder. primitiveMessageDefinition(PrimitiveMessageDefinition primitiveMessageDefinition)Represents a primitive type node of the complex data structure.
-