Uses of Class
com.amazonaws.services.iot.model.DescribeThingResult
Packages that use DescribeThingResult
-
Uses of DescribeThingResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return DescribeThingResultModifier and TypeMethodDescriptionAbstractAWSIot.describeThing
(DescribeThingRequest request) AWSIot.describeThing
(DescribeThingRequest describeThingRequest) Gets information about the specified thing.AWSIotClient.describeThing
(DescribeThingRequest describeThingRequest) Gets information about the specified thing.Methods in com.amazonaws.services.iot that return types with arguments of type DescribeThingResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.describeThingAsync
(DescribeThingRequest request) AbstractAWSIotAsync.describeThingAsync
(DescribeThingRequest request, AsyncHandler<DescribeThingRequest, DescribeThingResult> asyncHandler) AWSIotAsync.describeThingAsync
(DescribeThingRequest describeThingRequest) Gets information about the specified thing.AWSIotAsync.describeThingAsync
(DescribeThingRequest describeThingRequest, AsyncHandler<DescribeThingRequest, DescribeThingResult> asyncHandler) Gets information about the specified thing.AWSIotAsyncClient.describeThingAsync
(DescribeThingRequest request) AWSIotAsyncClient.describeThingAsync
(DescribeThingRequest request, AsyncHandler<DescribeThingRequest, DescribeThingResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type DescribeThingResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.describeThingAsync
(DescribeThingRequest request, AsyncHandler<DescribeThingRequest, DescribeThingResult> asyncHandler) AWSIotAsync.describeThingAsync
(DescribeThingRequest describeThingRequest, AsyncHandler<DescribeThingRequest, DescribeThingResult> asyncHandler) Gets information about the specified thing.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 DescribeThingResultModifier and TypeMethodDescriptionDescribeThingResult.addAttributesEntry
(String key, String value) DescribeThingResult.clearAttributesEntries()
Removes all the entries added into Attributes.DescribeThingResult.clone()
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.withDefaultClientId
(String defaultClientId) The default client ID.DescribeThingResult.withThingName
(String thingName) The name of the thing.