| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateThingGroupResult> |
AWSIotAsyncClient.updateThingGroupAsync(UpdateThingGroupRequest request,
AsyncHandler<UpdateThingGroupRequest,UpdateThingGroupResult> asyncHandler) |
Future<UpdateThingGroupResult> |
AbstractAWSIotAsync.updateThingGroupAsync(UpdateThingGroupRequest request,
AsyncHandler<UpdateThingGroupRequest,UpdateThingGroupResult> asyncHandler) |
Future<UpdateThingGroupResult> |
AWSIotAsync.updateThingGroupAsync(UpdateThingGroupRequest updateThingGroupRequest,
AsyncHandler<UpdateThingGroupRequest,UpdateThingGroupResult> asyncHandler)
Update a thing group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateThingGroupRequest |
UpdateThingGroupRequest.clone() |
UpdateThingGroupRequest |
UpdateThingGroupRequest.withExpectedVersion(Long expectedVersion)
The expected version of the thing group.
|
UpdateThingGroupRequest |
UpdateThingGroupRequest.withThingGroupName(String thingGroupName)
The thing group to update.
|
UpdateThingGroupRequest |
UpdateThingGroupRequest.withThingGroupProperties(ThingGroupProperties thingGroupProperties)
The thing group properties.
|
Copyright © 2022. All rights reserved.