| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AddThingToThingGroupResult> |
AWSIotAsync.addThingToThingGroupAsync(AddThingToThingGroupRequest addThingToThingGroupRequest,
AsyncHandler<AddThingToThingGroupRequest,AddThingToThingGroupResult> asyncHandler)
Adds a thing to a thing group.
|
Future<AddThingToThingGroupResult> |
AWSIotAsyncClient.addThingToThingGroupAsync(AddThingToThingGroupRequest request,
AsyncHandler<AddThingToThingGroupRequest,AddThingToThingGroupResult> asyncHandler) |
Future<AddThingToThingGroupResult> |
AbstractAWSIotAsync.addThingToThingGroupAsync(AddThingToThingGroupRequest request,
AsyncHandler<AddThingToThingGroupRequest,AddThingToThingGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AddThingToThingGroupRequest |
AddThingToThingGroupRequest.clone() |
AddThingToThingGroupRequest |
AddThingToThingGroupRequest.withOverrideDynamicGroups(Boolean overrideDynamicGroups)
Override dynamic thing groups with static thing groups when 10-group limit is reached.
|
AddThingToThingGroupRequest |
AddThingToThingGroupRequest.withThingArn(String thingArn)
The ARN of the thing to add to a group.
|
AddThingToThingGroupRequest |
AddThingToThingGroupRequest.withThingGroupArn(String thingGroupArn)
The ARN of the group to which you are adding a thing.
|
AddThingToThingGroupRequest |
AddThingToThingGroupRequest.withThingGroupName(String thingGroupName)
The name of the group to which you are adding a thing.
|
AddThingToThingGroupRequest |
AddThingToThingGroupRequest.withThingName(String thingName)
The name of the thing to add to a group.
|
Copyright © 2019. All rights reserved.