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