| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyGroupResponse |
PropertyGroupResponse.clone() |
PropertyGroupResponse |
PropertyGroupResponse.withGroupType(GroupType groupType)
The group types.
|
PropertyGroupResponse |
PropertyGroupResponse.withGroupType(String groupType)
The group types.
|
PropertyGroupResponse |
PropertyGroupResponse.withIsInherited(Boolean isInherited)
A Boolean value that specifies whether the property group is inherited from a parent entity
|
PropertyGroupResponse |
PropertyGroupResponse.withPropertyNames(Collection<String> propertyNames)
The names of properties.
|
PropertyGroupResponse |
PropertyGroupResponse.withPropertyNames(String... propertyNames)
The names of properties.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyGroupResponse> |
GetComponentTypeResult.getPropertyGroups()
The maximum number of results to return at one time.
|
| Modifier and Type | Method and Description |
|---|---|
GetComponentTypeResult |
GetComponentTypeResult.addPropertyGroupsEntry(String key,
PropertyGroupResponse value)
Add a single PropertyGroups entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetComponentTypeResult.setPropertyGroups(Map<String,PropertyGroupResponse> propertyGroups)
The maximum number of results to return at one time.
|
GetComponentTypeResult |
GetComponentTypeResult.withPropertyGroups(Map<String,PropertyGroupResponse> propertyGroups)
The maximum number of results to return at one time.
|
Copyright © 2024. All rights reserved.