Uses of Class
software.amazon.awssdk.services.iot.model.AddThingToThingGroupRequest
-
Packages that use AddThingToThingGroupRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of AddThingToThingGroupRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type AddThingToThingGroupRequest Modifier and Type Method Description default CompletableFuture<AddThingToThingGroupResponse>IotAsyncClient. addThingToThingGroup(AddThingToThingGroupRequest addThingToThingGroupRequest)Adds a thing to a thing group.default AddThingToThingGroupResponseIotClient. addThingToThingGroup(AddThingToThingGroupRequest addThingToThingGroupRequest)Adds a thing to a thing group. -
Uses of AddThingToThingGroupRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type AddThingToThingGroupRequest Modifier and Type Method Description SdkHttpFullRequestAddThingToThingGroupRequestMarshaller. marshall(AddThingToThingGroupRequest addThingToThingGroupRequest)
-