Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.PrimitiveMessageDefinition.Builder
-
Packages that use PrimitiveMessageDefinition.Builder Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of PrimitiveMessageDefinition.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return PrimitiveMessageDefinition.Builder Modifier and Type Method Description static PrimitiveMessageDefinition.BuilderPrimitiveMessageDefinition. builder()default PrimitiveMessageDefinition.BuilderPrimitiveMessageDefinition.Builder. ros2PrimitiveMessageDefinition(Consumer<ROS2PrimitiveMessageDefinition.Builder> ros2PrimitiveMessageDefinition)Information about aPrimitiveMessageusing a ROS 2 compliant primitive type message of the complex data structure.PrimitiveMessageDefinition.BuilderPrimitiveMessageDefinition.Builder. ros2PrimitiveMessageDefinition(ROS2PrimitiveMessageDefinition ros2PrimitiveMessageDefinition)Information about aPrimitiveMessageusing a ROS 2 compliant primitive type message of the complex data structure.PrimitiveMessageDefinition.BuilderPrimitiveMessageDefinition. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type PrimitiveMessageDefinition.Builder Modifier and Type Method Description static Class<? extends PrimitiveMessageDefinition.Builder>PrimitiveMessageDefinition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type PrimitiveMessageDefinition.Builder Modifier and Type Method Description static StructuredMessageStructuredMessage. fromPrimitiveMessageDefinition(Consumer<PrimitiveMessageDefinition.Builder> primitiveMessageDefinition)Create an instance of this class withStructuredMessage.primitiveMessageDefinition()initialized to the given value.default StructuredMessage.BuilderStructuredMessage.Builder. primitiveMessageDefinition(Consumer<PrimitiveMessageDefinition.Builder> primitiveMessageDefinition)Represents a primitive type node of the complex data structure.
-