Package | Description |
---|---|
software.amazon.awssdk.services.iot |
|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<AddThingToThingGroupResponse> |
IotAsyncClient.addThingToThingGroup(Consumer<AddThingToThingGroupRequest.Builder> 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 |
---|---|
static AddThingToThingGroupRequest.Builder |
AddThingToThingGroupRequest.builder() |
AddThingToThingGroupRequest.Builder |
AddThingToThingGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddThingToThingGroupRequest.Builder |
AddThingToThingGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddThingToThingGroupRequest.Builder |
AddThingToThingGroupRequest.Builder.overrideDynamicGroups(Boolean overrideDynamicGroups)
Override dynamic thing groups with static thing groups when 10-group limit is reached.
|
AddThingToThingGroupRequest.Builder |
AddThingToThingGroupRequest.Builder.thingArn(String thingArn)
The ARN of the thing to add to a group.
|
AddThingToThingGroupRequest.Builder |
AddThingToThingGroupRequest.Builder.thingGroupArn(String thingGroupArn)
The ARN of the group to which you are adding a thing.
|
AddThingToThingGroupRequest.Builder |
AddThingToThingGroupRequest.Builder.thingGroupName(String thingGroupName)
The name of the group to which you are adding a thing.
|
AddThingToThingGroupRequest.Builder |
AddThingToThingGroupRequest.Builder.thingName(String thingName)
The name of the thing to add to a group.
|
AddThingToThingGroupRequest.Builder |
AddThingToThingGroupRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends AddThingToThingGroupRequest.Builder> |
AddThingToThingGroupRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.