Uses of Class
software.amazon.awssdk.services.iot.model.DescribeThingResponse
-
Packages that use DescribeThingResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DescribeThingResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DescribeThingResponse Modifier and Type Method Description default DescribeThingResponseIotClient. describeThing(Consumer<DescribeThingRequest.Builder> describeThingRequest)Gets information about the specified thing.default DescribeThingResponseIotClient. describeThing(DescribeThingRequest describeThingRequest)Gets information about the specified thing.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DescribeThingResponse Modifier and Type Method Description default CompletableFuture<DescribeThingResponse>IotAsyncClient. describeThing(Consumer<DescribeThingRequest.Builder> describeThingRequest)Gets information about the specified thing.default CompletableFuture<DescribeThingResponse>IotAsyncClient. describeThing(DescribeThingRequest describeThingRequest)Gets information about the specified thing.
-