Uses of Class
software.amazon.awssdk.services.iot.model.DescribeThingGroupResponse
-
Packages that use DescribeThingGroupResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DescribeThingGroupResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DescribeThingGroupResponse Modifier and Type Method Description default DescribeThingGroupResponseIotClient. describeThingGroup(Consumer<DescribeThingGroupRequest.Builder> describeThingGroupRequest)Describe a thing group.default DescribeThingGroupResponseIotClient. describeThingGroup(DescribeThingGroupRequest describeThingGroupRequest)Describe a thing group.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DescribeThingGroupResponse Modifier and Type Method Description default CompletableFuture<DescribeThingGroupResponse>IotAsyncClient. describeThingGroup(Consumer<DescribeThingGroupRequest.Builder> describeThingGroupRequest)Describe a thing group.default CompletableFuture<DescribeThingGroupResponse>IotAsyncClient. describeThingGroup(DescribeThingGroupRequest describeThingGroupRequest)Describe a thing group.
-