| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AddThingsToThingGroupParams |
AddThingsToThingGroupParams.clone() |
AddThingsToThingGroupParams |
MitigationActionParams.getAddThingsToThingGroupParams()
Parameters to define a mitigation action that moves devices associated with a certificate to one or more
specified thing groups, typically for quarantine.
|
AddThingsToThingGroupParams |
AddThingsToThingGroupParams.withOverrideDynamicGroups(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 |
AddThingsToThingGroupParams.withThingGroupNames(Collection<String> thingGroupNames)
The list of groups to which you want to add the things that triggered the mitigation action.
|
AddThingsToThingGroupParams |
AddThingsToThingGroupParams.withThingGroupNames(String... thingGroupNames)
The list of groups to which you want to add the things that triggered the mitigation action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MitigationActionParams.setAddThingsToThingGroupParams(AddThingsToThingGroupParams addThingsToThingGroupParams)
Parameters to define a mitigation action that moves devices associated with a certificate to one or more
specified thing groups, typically for quarantine.
|
MitigationActionParams |
MitigationActionParams.withAddThingsToThingGroupParams(AddThingsToThingGroupParams addThingsToThingGroupParams)
Parameters to define a mitigation action that moves devices associated with a certificate to one or more
specified thing groups, typically for quarantine.
|
Copyright © 2025. All rights reserved.