| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateThingGroupsForThingResponse |
IotClient.updateThingGroupsForThing(Consumer<UpdateThingGroupsForThingRequest.Builder> updateThingGroupsForThingRequest)
Updates the groups to which the thing belongs.
|
default UpdateThingGroupsForThingResponse |
IotClient.updateThingGroupsForThing(UpdateThingGroupsForThingRequest updateThingGroupsForThingRequest)
Updates the groups to which the thing belongs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateThingGroupsForThingResponse> |
IotAsyncClient.updateThingGroupsForThing(Consumer<UpdateThingGroupsForThingRequest.Builder> updateThingGroupsForThingRequest)
Updates the groups to which the thing belongs.
|
default CompletableFuture<UpdateThingGroupsForThingResponse> |
IotAsyncClient.updateThingGroupsForThing(UpdateThingGroupsForThingRequest updateThingGroupsForThingRequest)
Updates the groups to which the thing belongs.
|
Copyright © 2020. All rights reserved.