| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
DescribeThingResult |
AWSIotClient.describeThing(DescribeThingRequest describeThingRequest)
Gets information about the specified thing.
|
DescribeThingResult |
AWSIot.describeThing(DescribeThingRequest describeThingRequest)
Gets information about the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeThingResult |
DescribeThingResult.addattributesEntry(String key,
String value)
The thing attributes.
|
DescribeThingResult |
DescribeThingResult.clearattributesEntries()
Removes all the entries added into attributes.
|
DescribeThingResult |
DescribeThingResult.withAttributes(Map<String,String> attributes)
The thing attributes.
|
DescribeThingResult |
DescribeThingResult.withDefaultClientId(String defaultClientId)
The default client ID.
|
DescribeThingResult |
DescribeThingResult.withThingName(String thingName)
The name of the thing.
|
DescribeThingResult |
DescribeThingResult.withThingTypeName(String thingTypeName)
The thing type name.
|
DescribeThingResult |
DescribeThingResult.withVersion(Long version)
The current version of the thing record in the registry.
|
Copyright © 2017. All rights reserved.