Uses of Class
software.amazon.awssdk.services.iot.model.UpdateThingGroupsForThingRequest
-
Packages that use UpdateThingGroupsForThingRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of UpdateThingGroupsForThingRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type UpdateThingGroupsForThingRequest Modifier and Type Method Description default CompletableFuture<UpdateThingGroupsForThingResponse>IotAsyncClient. updateThingGroupsForThing(UpdateThingGroupsForThingRequest updateThingGroupsForThingRequest)Updates the groups to which the thing belongs.default UpdateThingGroupsForThingResponseIotClient. updateThingGroupsForThing(UpdateThingGroupsForThingRequest updateThingGroupsForThingRequest)Updates the groups to which the thing belongs. -
Uses of UpdateThingGroupsForThingRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type UpdateThingGroupsForThingRequest Modifier and Type Method Description SdkHttpFullRequestUpdateThingGroupsForThingRequestMarshaller. marshall(UpdateThingGroupsForThingRequest updateThingGroupsForThingRequest)
-