Uses of Class
software.amazon.awssdk.services.iot.paginators.ListThingGroupsForThingIterable
-
Packages that use ListThingGroupsForThingIterable Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of ListThingGroupsForThingIterable in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListThingGroupsForThingIterable Modifier and Type Method Description default ListThingGroupsForThingIterableIotClient. listThingGroupsForThingPaginator(Consumer<ListThingGroupsForThingRequest.Builder> listThingGroupsForThingRequest)List the thing groups to which the specified thing belongs.default ListThingGroupsForThingIterableIotClient. listThingGroupsForThingPaginator(ListThingGroupsForThingRequest listThingGroupsForThingRequest)List the thing groups to which the specified thing belongs.
-