Package | Description |
---|---|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
static AddThingsToThingGroupParams.Builder |
AddThingsToThingGroupParams.builder() |
AddThingsToThingGroupParams.Builder |
AddThingsToThingGroupParams.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 things groups.
|
AddThingsToThingGroupParams.Builder |
AddThingsToThingGroupParams.Builder.thingGroupNames(Collection<String> thingGroupNames)
The list of groups to which you want to add the things that triggered the mitigation action.
|
AddThingsToThingGroupParams.Builder |
AddThingsToThingGroupParams.Builder.thingGroupNames(String... thingGroupNames)
The list of groups to which you want to add the things that triggered the mitigation action.
|
AddThingsToThingGroupParams.Builder |
AddThingsToThingGroupParams.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends AddThingsToThingGroupParams.Builder> |
AddThingsToThingGroupParams.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default MitigationActionParams.Builder |
MitigationActionParams.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.
|
Copyright © 2020. All rights reserved.