Package | Description |
---|---|
com.amazonaws.services.iot |
|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateThingGroupsForThingResult> |
AWSIotAsyncClient.updateThingGroupsForThingAsync(UpdateThingGroupsForThingRequest request,
AsyncHandler<UpdateThingGroupsForThingRequest,UpdateThingGroupsForThingResult> asyncHandler) |
Future<UpdateThingGroupsForThingResult> |
AWSIotAsync.updateThingGroupsForThingAsync(UpdateThingGroupsForThingRequest updateThingGroupsForThingRequest,
AsyncHandler<UpdateThingGroupsForThingRequest,UpdateThingGroupsForThingResult> asyncHandler)
Updates the groups to which the thing belongs.
|
Future<UpdateThingGroupsForThingResult> |
AbstractAWSIotAsync.updateThingGroupsForThingAsync(UpdateThingGroupsForThingRequest request,
AsyncHandler<UpdateThingGroupsForThingRequest,UpdateThingGroupsForThingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateThingGroupsForThingRequest |
UpdateThingGroupsForThingRequest.clone() |
UpdateThingGroupsForThingRequest |
UpdateThingGroupsForThingRequest.withOverrideDynamicGroups(Boolean overrideDynamicGroups)
Override dynamic thing groups with static thing groups when 10-group limit is reached.
|
UpdateThingGroupsForThingRequest |
UpdateThingGroupsForThingRequest.withThingGroupsToAdd(Collection<String> thingGroupsToAdd)
The groups to which the thing will be added.
|
UpdateThingGroupsForThingRequest |
UpdateThingGroupsForThingRequest.withThingGroupsToAdd(String... thingGroupsToAdd)
The groups to which the thing will be added.
|
UpdateThingGroupsForThingRequest |
UpdateThingGroupsForThingRequest.withThingGroupsToRemove(Collection<String> thingGroupsToRemove)
The groups from which the thing will be removed.
|
UpdateThingGroupsForThingRequest |
UpdateThingGroupsForThingRequest.withThingGroupsToRemove(String... thingGroupsToRemove)
The groups from which the thing will be removed.
|
UpdateThingGroupsForThingRequest |
UpdateThingGroupsForThingRequest.withThingName(String thingName)
The thing whose group memberships will be updated.
|
Copyright © 2023. All rights reserved.