Uses of Class
com.amazonaws.services.iot.model.DescribeThingResult
-
Packages that use DescribeThingResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of DescribeThingResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return DescribeThingResult Modifier and Type Method Description DescribeThingResult
AbstractAWSIot. describeThing(DescribeThingRequest request)
DescribeThingResult
AWSIot. describeThing(DescribeThingRequest describeThingRequest)
Gets information about the specified thing.DescribeThingResult
AWSIotClient. describeThing(DescribeThingRequest describeThingRequest)
Gets information about the specified thing.Method parameters in com.amazonaws.services.iot with type arguments of type DescribeThingResult Modifier and Type Method Description 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.Future<DescribeThingResult>
AWSIotAsyncClient. describeThingAsync(DescribeThingRequest request, AsyncHandler<DescribeThingRequest,DescribeThingResult> asyncHandler)
-
Uses of DescribeThingResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return DescribeThingResult Modifier and Type Method 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 attributes, which are name/value pairs in JSON format (for example: {\"attributes\":{\"some-name1\":\"some-value1\"}, {\"some-name2\":\"some-value2\"}, {\"some-name3\":\"some-value3\"}})DescribeThingResult
DescribeThingResult. withDefaultClientId(String defaultClientId)
The default client ID.DescribeThingResult
DescribeThingResult. withThingName(String thingName)
The name of the thing.
-