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