Uses of Class
software.amazon.awssdk.services.iot.model.ListThingGroupsForThingResponse
-
Packages that use ListThingGroupsForThingResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListThingGroupsForThingResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListThingGroupsForThingResponse Modifier and Type Method Description default ListThingGroupsForThingResponseIotClient. listThingGroupsForThing(Consumer<ListThingGroupsForThingRequest.Builder> 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.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListThingGroupsForThingResponse Modifier and Type Method Description default CompletableFuture<ListThingGroupsForThingResponse>IotAsyncClient. listThingGroupsForThing(Consumer<ListThingGroupsForThingRequest.Builder> listThingGroupsForThingRequest)List the thing groups to which the specified thing belongs.default CompletableFuture<ListThingGroupsForThingResponse>IotAsyncClient. listThingGroupsForThing(ListThingGroupsForThingRequest listThingGroupsForThingRequest)List the thing groups to which the specified thing belongs. -
Uses of ListThingGroupsForThingResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListThingGroupsForThingResponse Modifier and Type Method Description Iterator<ListThingGroupsForThingResponse>ListThingGroupsForThingIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListThingGroupsForThingResponse Modifier and Type Method Description voidListThingGroupsForThingPublisher. subscribe(org.reactivestreams.Subscriber<? super ListThingGroupsForThingResponse> subscriber)
-