| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentPropertyGroupResponse |
ComponentPropertyGroupResponse.clone() |
ComponentPropertyGroupResponse |
ComponentPropertyGroupResponse.withGroupType(GroupType groupType)
The group type.
|
ComponentPropertyGroupResponse |
ComponentPropertyGroupResponse.withGroupType(String groupType)
The group type.
|
ComponentPropertyGroupResponse |
ComponentPropertyGroupResponse.withIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property group is inherited from a parent entity
|
ComponentPropertyGroupResponse |
ComponentPropertyGroupResponse.withPropertyNames(Collection<String> propertyNames)
The names of properties
|
ComponentPropertyGroupResponse |
ComponentPropertyGroupResponse.withPropertyNames(String... propertyNames)
The names of properties
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentPropertyGroupResponse> |
ComponentResponse.getPropertyGroups()
The property groups.
|
Map<String,ComponentPropertyGroupResponse> |
ComponentSummary.getPropertyGroups()
The property groups.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentResponse |
ComponentResponse.addPropertyGroupsEntry(String key,
ComponentPropertyGroupResponse value)
Add a single PropertyGroups entry
|
ComponentSummary |
ComponentSummary.addPropertyGroupsEntry(String key,
ComponentPropertyGroupResponse value)
Add a single PropertyGroups entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentResponse.setPropertyGroups(Map<String,ComponentPropertyGroupResponse> propertyGroups)
The property groups.
|
void |
ComponentSummary.setPropertyGroups(Map<String,ComponentPropertyGroupResponse> propertyGroups)
The property groups.
|
ComponentResponse |
ComponentResponse.withPropertyGroups(Map<String,ComponentPropertyGroupResponse> propertyGroups)
The property groups.
|
ComponentSummary |
ComponentSummary.withPropertyGroups(Map<String,ComponentPropertyGroupResponse> propertyGroups)
The property groups.
|
Copyright © 2025. All rights reserved.