| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeThingResult |
AbstractAWSIot.describeThing(DescribeThingRequest request) |
DescribeThingResult |
AWSIot.describeThing(DescribeThingRequest describeThingRequest)
Gets information about the specified thing.
|
DescribeThingResult |
AWSIotClient.describeThing(DescribeThingRequest request)
Gets information about the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeThingResult> |
AWSIotAsync.describeThingAsync(DescribeThingRequest describeThingRequest,
AsyncHandler<DescribeThingRequest,DescribeThingResult> asyncHandler)
Gets information about the specified thing.
|
Future<DescribeThingResult> |
AWSIotAsyncClient.describeThingAsync(DescribeThingRequest request,
AsyncHandler<DescribeThingRequest,DescribeThingResult> asyncHandler) |
Future<DescribeThingResult> |
AbstractAWSIotAsync.describeThingAsync(DescribeThingRequest request,
AsyncHandler<DescribeThingRequest,DescribeThingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeThingResult |
DescribeThingResult.addAttributesEntry(String key,
String value) |
DescribeThingResult |
DescribeThingResult.clearAttributesEntries()
Removes all the entries added into Attributes.
|
DescribeThingResult |
DescribeThingResult.clone() |
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.