Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.StructuredMessageListType
-
Packages that use StructuredMessageListType Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of StructuredMessageListType in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return StructuredMessageListType Modifier and Type Method Description static StructuredMessageListTypeStructuredMessageListType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StructuredMessageListTypeStructuredMessageListDefinition. listType()The type of list of the structured message list definition.static StructuredMessageListTypeStructuredMessageListType. valueOf(String name)Returns the enum constant of this type with the specified name.static StructuredMessageListType[]StructuredMessageListType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type StructuredMessageListType Modifier and Type Method Description static Set<StructuredMessageListType>StructuredMessageListType. knownValues()Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type StructuredMessageListType Modifier and Type Method Description StructuredMessageListDefinition.BuilderStructuredMessageListDefinition.Builder. listType(StructuredMessageListType listType)The type of list of the structured message list definition.
-