| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default RemoveThingFromThingGroupResponse |
IotClient.removeThingFromThingGroup(Consumer<RemoveThingFromThingGroupRequest.Builder> removeThingFromThingGroupRequest)
Remove the specified thing from the specified group.
|
default RemoveThingFromThingGroupResponse |
IotClient.removeThingFromThingGroup(RemoveThingFromThingGroupRequest removeThingFromThingGroupRequest)
Remove the specified thing from the specified group.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.