| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ThingGroupDocument |
ThingGroupDocument.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
ThingGroupDocument |
ThingGroupDocument.clearAttributesEntries()
Removes all the entries added into Attributes.
|
ThingGroupDocument |
ThingGroupDocument.clone() |
ThingGroupDocument |
ThingGroupDocument.withAttributes(Map<String,String> attributes)
The thing group attributes.
|
ThingGroupDocument |
ThingGroupDocument.withParentGroupNames(Collection<String> parentGroupNames)
Parent group names.
|
ThingGroupDocument |
ThingGroupDocument.withParentGroupNames(String... parentGroupNames)
Parent group names.
|
ThingGroupDocument |
ThingGroupDocument.withThingGroupDescription(String thingGroupDescription)
The thing group description.
|
ThingGroupDocument |
ThingGroupDocument.withThingGroupId(String thingGroupId)
The thing group ID.
|
ThingGroupDocument |
ThingGroupDocument.withThingGroupName(String thingGroupName)
The thing group name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThingGroupDocument> |
SearchIndexResult.getThingGroups()
The thing groups that match the search query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexResult |
SearchIndexResult.withThingGroups(ThingGroupDocument... thingGroups)
The thing groups that match the search query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndexResult.setThingGroups(Collection<ThingGroupDocument> thingGroups)
The thing groups that match the search query.
|
SearchIndexResult |
SearchIndexResult.withThingGroups(Collection<ThingGroupDocument> thingGroups)
The thing groups that match the search query.
|
Copyright © 2024. All rights reserved.