Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.StructuredMessage
-
Packages that use StructuredMessage Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of StructuredMessage in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return StructuredMessage Modifier and Type Method Description StructuredMessageStructuredMessageFieldNameAndDataTypePair. dataType()The data type.static StructuredMessageStructuredMessage. fromPrimitiveMessageDefinition(Consumer<PrimitiveMessageDefinition.Builder> primitiveMessageDefinition)Create an instance of this class withprimitiveMessageDefinition()initialized to the given value.static StructuredMessageStructuredMessage. fromPrimitiveMessageDefinition(PrimitiveMessageDefinition primitiveMessageDefinition)Create an instance of this class withprimitiveMessageDefinition()initialized to the given value.static StructuredMessageStructuredMessage. fromStructuredMessageDefinition(List<StructuredMessageFieldNameAndDataTypePair> structuredMessageDefinition)Create an instance of this class withstructuredMessageDefinition()initialized to the given value.static StructuredMessageStructuredMessage. fromStructuredMessageListDefinition(Consumer<StructuredMessageListDefinition.Builder> structuredMessageListDefinition)Create an instance of this class withstructuredMessageListDefinition()initialized to the given value.static StructuredMessageStructuredMessage. fromStructuredMessageListDefinition(StructuredMessageListDefinition structuredMessageListDefinition)Create an instance of this class withstructuredMessageListDefinition()initialized to the given value.StructuredMessageStructuredMessageListDefinition. memberType()The member type of the structured message list definition.StructuredMessageMessageSignal. structuredMessage()The structured message for the message signal.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type StructuredMessage Modifier and Type Method Description StructuredMessageFieldNameAndDataTypePair.BuilderStructuredMessageFieldNameAndDataTypePair.Builder. dataType(StructuredMessage dataType)The data type.StructuredMessageListDefinition.BuilderStructuredMessageListDefinition.Builder. memberType(StructuredMessage memberType)The member type of the structured message list definition.MessageSignal.BuilderMessageSignal.Builder. structuredMessage(StructuredMessage structuredMessage)The structured message for the message signal.
-