Uses of Interface
software.amazon.awssdk.services.iot.model.AddThingToThingGroupRequest.Builder
-
Packages that use AddThingToThingGroupRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of AddThingToThingGroupRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type AddThingToThingGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<AddThingToThingGroupResponse>IotAsyncClient. addThingToThingGroup(Consumer<AddThingToThingGroupRequest.Builder> addThingToThingGroupRequest)Adds a thing to a thing group.default AddThingToThingGroupResponseIotClient. addThingToThingGroup(Consumer<AddThingToThingGroupRequest.Builder> addThingToThingGroupRequest)Adds a thing to a thing group. -
Uses of AddThingToThingGroupRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AddThingToThingGroupRequest.Builder Modifier and Type Method Description static AddThingToThingGroupRequest.BuilderAddThingToThingGroupRequest. builder()AddThingToThingGroupRequest.BuilderAddThingToThingGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddThingToThingGroupRequest.BuilderAddThingToThingGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AddThingToThingGroupRequest.BuilderAddThingToThingGroupRequest.Builder. overrideDynamicGroups(Boolean overrideDynamicGroups)Override dynamic thing groups with static thing groups when 10-group limit is reached.AddThingToThingGroupRequest.BuilderAddThingToThingGroupRequest.Builder. thingArn(String thingArn)The ARN of the thing to add to a group.AddThingToThingGroupRequest.BuilderAddThingToThingGroupRequest.Builder. thingGroupArn(String thingGroupArn)The ARN of the group to which you are adding a thing.AddThingToThingGroupRequest.BuilderAddThingToThingGroupRequest.Builder. thingGroupName(String thingGroupName)The name of the group to which you are adding a thing.AddThingToThingGroupRequest.BuilderAddThingToThingGroupRequest.Builder. thingName(String thingName)The name of the thing to add to a group.AddThingToThingGroupRequest.BuilderAddThingToThingGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AddThingToThingGroupRequest.Builder Modifier and Type Method Description static Class<? extends AddThingToThingGroupRequest.Builder>AddThingToThingGroupRequest. serializableBuilderClass()
-