| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
StructuredMessageListDefinition |
StructuredMessageListDefinition.clone() |
StructuredMessageListDefinition |
StructuredMessage.getStructuredMessageListDefinition()
Represents a list type node of the complex data structure.
|
StructuredMessageListDefinition |
StructuredMessageListDefinition.withCapacity(Integer capacity)
The capacity of the structured message list definition when the list type is
FIXED_CAPACITY or
DYNAMIC_BOUNDED_CAPACITY. |
StructuredMessageListDefinition |
StructuredMessageListDefinition.withListType(String listType)
The type of list of the structured message list definition.
|
StructuredMessageListDefinition |
StructuredMessageListDefinition.withListType(StructuredMessageListType listType)
The type of list of the structured message list definition.
|
StructuredMessageListDefinition |
StructuredMessageListDefinition.withMemberType(StructuredMessage memberType)
The member type of the structured message list definition.
|
StructuredMessageListDefinition |
StructuredMessageListDefinition.withName(String name)
The name of the structured message list definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructuredMessage.setStructuredMessageListDefinition(StructuredMessageListDefinition structuredMessageListDefinition)
Represents a list type node of the complex data structure.
|
StructuredMessage |
StructuredMessage.withStructuredMessageListDefinition(StructuredMessageListDefinition structuredMessageListDefinition)
Represents a list type node of the complex data structure.
|
Copyright © 2023. All rights reserved.