Uses of Class
software.amazon.awssdk.services.iot.model.UpdateThingGroupRequest
-
Packages that use UpdateThingGroupRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of UpdateThingGroupRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type UpdateThingGroupRequest Modifier and Type Method Description default CompletableFuture<UpdateThingGroupResponse>IotAsyncClient. updateThingGroup(UpdateThingGroupRequest updateThingGroupRequest)Update a thing group.default UpdateThingGroupResponseIotClient. updateThingGroup(UpdateThingGroupRequest updateThingGroupRequest)Update a thing group. -
Uses of UpdateThingGroupRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type UpdateThingGroupRequest Modifier and Type Method Description SdkHttpFullRequestUpdateThingGroupRequestMarshaller. marshall(UpdateThingGroupRequest updateThingGroupRequest)
-