Uses of Class
com.amazonaws.services.iot.model.DescribeThingRequest
-
Packages that use DescribeThingRequest Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of DescribeThingRequest in com.amazonaws.services.iot
Method parameters in com.amazonaws.services.iot with type arguments of type DescribeThingRequest 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 DescribeThingRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return DescribeThingRequest Modifier and Type Method Description DescribeThingRequest
DescribeThingRequest. clone()
DescribeThingRequest
DescribeThingRequest. withThingName(String thingName)
The name of the thing.
-