| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
StructuredMessage |
StructuredMessage.clone() |
StructuredMessage |
StructuredMessageFieldNameAndDataTypePair.getDataType()
The data type.
|
StructuredMessage |
StructuredMessageListDefinition.getMemberType()
The member type of the structured message list definition.
|
StructuredMessage |
MessageSignal.getStructuredMessage()
The structured message for the message signal.
|
StructuredMessage |
StructuredMessage.withPrimitiveMessageDefinition(PrimitiveMessageDefinition primitiveMessageDefinition)
Represents a primitive type node of the complex data structure.
|
StructuredMessage |
StructuredMessage.withStructuredMessageDefinition(Collection<StructuredMessageFieldNameAndDataTypePair> structuredMessageDefinition)
Represents a struct type node of the complex data structure.
|
StructuredMessage |
StructuredMessage.withStructuredMessageDefinition(StructuredMessageFieldNameAndDataTypePair... structuredMessageDefinition)
Represents a struct type node of the complex data structure.
|
StructuredMessage |
StructuredMessage.withStructuredMessageListDefinition(StructuredMessageListDefinition structuredMessageListDefinition)
Represents a list type node of the complex data structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructuredMessageFieldNameAndDataTypePair.setDataType(StructuredMessage dataType)
The data type.
|
void |
StructuredMessageListDefinition.setMemberType(StructuredMessage memberType)
The member type of the structured message list definition.
|
void |
MessageSignal.setStructuredMessage(StructuredMessage structuredMessage)
The structured message for the message signal.
|
StructuredMessageFieldNameAndDataTypePair |
StructuredMessageFieldNameAndDataTypePair.withDataType(StructuredMessage dataType)
The data type.
|
StructuredMessageListDefinition |
StructuredMessageListDefinition.withMemberType(StructuredMessage memberType)
The member type of the structured message list definition.
|
MessageSignal |
MessageSignal.withStructuredMessage(StructuredMessage structuredMessage)
The structured message for the message signal.
|
Copyright © 2024. All rights reserved.