Uses of Interface
software.amazon.awssdk.services.iot.model.AddThingsToThingGroupParams.Builder
-
Packages that use AddThingsToThingGroupParams.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AddThingsToThingGroupParams.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AddThingsToThingGroupParams.Builder Modifier and Type Method Description static AddThingsToThingGroupParams.BuilderAddThingsToThingGroupParams. builder()AddThingsToThingGroupParams.BuilderAddThingsToThingGroupParams.Builder. overrideDynamicGroups(Boolean overrideDynamicGroups)Specifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic thing groups.AddThingsToThingGroupParams.BuilderAddThingsToThingGroupParams.Builder. thingGroupNames(String... thingGroupNames)The list of groups to which you want to add the things that triggered the mitigation action.AddThingsToThingGroupParams.BuilderAddThingsToThingGroupParams.Builder. thingGroupNames(Collection<String> thingGroupNames)The list of groups to which you want to add the things that triggered the mitigation action.AddThingsToThingGroupParams.BuilderAddThingsToThingGroupParams. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AddThingsToThingGroupParams.Builder Modifier and Type Method Description static Class<? extends AddThingsToThingGroupParams.Builder>AddThingsToThingGroupParams. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AddThingsToThingGroupParams.Builder Modifier and Type Method Description default MitigationActionParams.BuilderMitigationActionParams.Builder. addThingsToThingGroupParams(Consumer<AddThingsToThingGroupParams.Builder> addThingsToThingGroupParams)Parameters to define a mitigation action that moves devices associated with a certificate to one or more specified thing groups, typically for quarantine.
-