Uses of Class
software.amazon.awssdk.services.iot.model.ListThingGroupsForThingRequest
-
Packages that use ListThingGroupsForThingRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators software.amazon.awssdk.services.iot.transform -
-
Uses of ListThingGroupsForThingRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type ListThingGroupsForThingRequest Modifier and Type Method Description default CompletableFuture<ListThingGroupsForThingResponse>IotAsyncClient. listThingGroupsForThing(ListThingGroupsForThingRequest listThingGroupsForThingRequest)List the thing groups to which the specified thing belongs.default ListThingGroupsForThingResponseIotClient. listThingGroupsForThing(ListThingGroupsForThingRequest listThingGroupsForThingRequest)List the thing groups to which the specified thing belongs.default ListThingGroupsForThingPublisherIotAsyncClient. listThingGroupsForThingPaginator(ListThingGroupsForThingRequest 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. -
Uses of ListThingGroupsForThingRequest in software.amazon.awssdk.services.iot.paginators
Constructors in software.amazon.awssdk.services.iot.paginators with parameters of type ListThingGroupsForThingRequest Constructor Description ListThingGroupsForThingIterable(IotClient client, ListThingGroupsForThingRequest firstRequest)ListThingGroupsForThingPublisher(IotAsyncClient client, ListThingGroupsForThingRequest firstRequest) -
Uses of ListThingGroupsForThingRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type ListThingGroupsForThingRequest Modifier and Type Method Description SdkHttpFullRequestListThingGroupsForThingRequestMarshaller. marshall(ListThingGroupsForThingRequest listThingGroupsForThingRequest)
-