| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ThingDocument |
ThingDocument.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
ThingDocument |
ThingDocument.clearAttributesEntries()
Removes all the entries added into Attributes.
|
ThingDocument |
ThingDocument.clone() |
ThingDocument |
ThingDocument.withAttributes(Map<String,String> attributes)
The attributes.
|
ThingDocument |
ThingDocument.withConnectivity(ThingConnectivity connectivity)
Indicates whether the thing is connected to the AWS IoT service.
|
ThingDocument |
ThingDocument.withShadow(String shadow)
The shadow.
|
ThingDocument |
ThingDocument.withThingGroupNames(Collection<String> thingGroupNames)
Thing group names.
|
ThingDocument |
ThingDocument.withThingGroupNames(String... thingGroupNames)
Thing group names.
|
ThingDocument |
ThingDocument.withThingId(String thingId)
The thing ID.
|
ThingDocument |
ThingDocument.withThingName(String thingName)
The thing name.
|
ThingDocument |
ThingDocument.withThingTypeName(String thingTypeName)
The thing type name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThingDocument> |
SearchIndexResult.getThings()
The things that match the search query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndexResult |
SearchIndexResult.withThings(ThingDocument... things)
The things that match the search query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndexResult.setThings(Collection<ThingDocument> things)
The things that match the search query.
|
SearchIndexResult |
SearchIndexResult.withThings(Collection<ThingDocument> things)
The things that match the search query.
|
Copyright © 2021. All rights reserved.