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