| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeThingResult |
AWSIotClient.describeThing(DescribeThingRequest request)
Gets information about the specified thing.
|
DescribeThingResult |
AbstractAWSIot.describeThing(DescribeThingRequest request) |
DescribeThingResult |
AWSIot.describeThing(DescribeThingRequest describeThingRequest)
Gets information about the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeThingResult> |
AWSIotAsyncClient.describeThingAsync(DescribeThingRequest request,
AsyncHandler<DescribeThingRequest,DescribeThingResult> asyncHandler) |
Future<DescribeThingResult> |
AbstractAWSIotAsync.describeThingAsync(DescribeThingRequest request,
AsyncHandler<DescribeThingRequest,DescribeThingResult> asyncHandler) |
Future<DescribeThingResult> |
AWSIotAsync.describeThingAsync(DescribeThingRequest describeThingRequest,
AsyncHandler<DescribeThingRequest,DescribeThingResult> asyncHandler)
Gets information about the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeThingResult |
DescribeThingResult.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
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.withBillingGroupName(String billingGroupName)
The name of the billing group the thing belongs to.
|
DescribeThingResult |
DescribeThingResult.withDefaultClientId(String defaultClientId)
The default MQTT client ID.
|
DescribeThingResult |
DescribeThingResult.withThingArn(String thingArn)
The ARN of the thing to describe.
|
DescribeThingResult |
DescribeThingResult.withThingId(String thingId)
The ID of the thing to describe.
|
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 © 2022. All rights reserved.