Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.StructuredMessageListDefinition
-
Packages that use StructuredMessageListDefinition Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of StructuredMessageListDefinition in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return StructuredMessageListDefinition Modifier and Type Method Description StructuredMessageListDefinitionStructuredMessage. structuredMessageListDefinition()Represents a list type node of the complex data structure.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type StructuredMessageListDefinition Modifier and Type Method Description static StructuredMessageStructuredMessage. fromStructuredMessageListDefinition(StructuredMessageListDefinition structuredMessageListDefinition)Create an instance of this class withStructuredMessage.structuredMessageListDefinition()initialized to the given value.StructuredMessage.BuilderStructuredMessage.Builder. structuredMessageListDefinition(StructuredMessageListDefinition structuredMessageListDefinition)Represents a list type node of the complex data structure.
-