Uses of Class
software.amazon.awssdk.services.iot.model.RemoveThingFromThingGroupResponse
-
Packages that use RemoveThingFromThingGroupResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of RemoveThingFromThingGroupResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return RemoveThingFromThingGroupResponse Modifier and Type Method Description default RemoveThingFromThingGroupResponseIotClient. removeThingFromThingGroup(Consumer<RemoveThingFromThingGroupRequest.Builder> removeThingFromThingGroupRequest)Remove the specified thing from the specified group.default RemoveThingFromThingGroupResponseIotClient. removeThingFromThingGroup(RemoveThingFromThingGroupRequest removeThingFromThingGroupRequest)Remove the specified thing from the specified group.Methods in software.amazon.awssdk.services.iot that return types with arguments of type RemoveThingFromThingGroupResponse Modifier and Type Method Description default CompletableFuture<RemoveThingFromThingGroupResponse>IotAsyncClient. removeThingFromThingGroup(Consumer<RemoveThingFromThingGroupRequest.Builder> removeThingFromThingGroupRequest)Remove the specified thing from the specified group.default CompletableFuture<RemoveThingFromThingGroupResponse>IotAsyncClient. removeThingFromThingGroup(RemoveThingFromThingGroupRequest removeThingFromThingGroupRequest)Remove the specified thing from the specified group.
-