Uses of Class
software.amazon.awssdk.services.iot.model.UpdateThingGroupsForThingResponse
-
Packages that use UpdateThingGroupsForThingResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdateThingGroupsForThingResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdateThingGroupsForThingResponse Modifier and Type Method Description default UpdateThingGroupsForThingResponse
IotClient. updateThingGroupsForThing(Consumer<UpdateThingGroupsForThingRequest.Builder> updateThingGroupsForThingRequest)
Updates the groups to which the thing belongs.default UpdateThingGroupsForThingResponse
IotClient. updateThingGroupsForThing(UpdateThingGroupsForThingRequest updateThingGroupsForThingRequest)
Updates the groups to which the thing belongs.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdateThingGroupsForThingResponse Modifier and Type Method Description default CompletableFuture<UpdateThingGroupsForThingResponse>
IotAsyncClient. updateThingGroupsForThing(Consumer<UpdateThingGroupsForThingRequest.Builder> updateThingGroupsForThingRequest)
Updates the groups to which the thing belongs.default CompletableFuture<UpdateThingGroupsForThingResponse>
IotAsyncClient. updateThingGroupsForThing(UpdateThingGroupsForThingRequest updateThingGroupsForThingRequest)
Updates the groups to which the thing belongs.
-