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 DescribeThingResultAbstractAWSIot. describeThing(DescribeThingRequest request)DescribeThingResultAWSIot. describeThing(DescribeThingRequest describeThingRequest)Gets information about the specified thing.DescribeThingResultAWSIotClient. 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 DescribeThingResultDescribeThingResult. addAttributesEntry(String key, String value)DescribeThingResultDescribeThingResult. clearAttributesEntries()Removes all the entries added into Attributes.DescribeThingResultDescribeThingResult. clone()DescribeThingResultDescribeThingResult. 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\"}})DescribeThingResultDescribeThingResult. withDefaultClientId(String defaultClientId)The default client ID.DescribeThingResultDescribeThingResult. withThingName(String thingName)The name of the thing.
-