| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default AddThingToThingGroupResponse |
IotClient.addThingToThingGroup(AddThingToThingGroupRequest addThingToThingGroupRequest)
Adds a thing to a thing group.
|
default AddThingToThingGroupResponse |
IotClient.addThingToThingGroup(Consumer<AddThingToThingGroupRequest.Builder> addThingToThingGroupRequest)
Adds a thing to a thing group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddThingToThingGroupResponse> |
IotAsyncClient.addThingToThingGroup(AddThingToThingGroupRequest addThingToThingGroupRequest)
Adds a thing to a thing group.
|
default CompletableFuture<AddThingToThingGroupResponse> |
IotAsyncClient.addThingToThingGroup(Consumer<AddThingToThingGroupRequest.Builder> addThingToThingGroupRequest)
Adds a thing to a thing group.
|
Copyright © 2023. All rights reserved.