Uses of Class
software.amazon.awssdk.services.iot.model.MitigationAction
-
Packages that use MitigationAction Package Description software.amazon.awssdk.services.iot.model -
-
Uses of MitigationAction in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type MitigationAction Modifier and Type Method Description List<MitigationAction>DescribeAuditMitigationActionsTaskResponse. actionsDefinition()Specifies the mitigation actions and their parameters that are applied as part of this task.List<MitigationAction>DetectMitigationActionsTaskSummary. actionsDefinition()The definition of the actions.Methods in software.amazon.awssdk.services.iot.model with parameters of type MitigationAction Modifier and Type Method Description DescribeAuditMitigationActionsTaskResponse.BuilderDescribeAuditMitigationActionsTaskResponse.Builder. actionsDefinition(MitigationAction... actionsDefinition)Specifies the mitigation actions and their parameters that are applied as part of this task.DetectMitigationActionsTaskSummary.BuilderDetectMitigationActionsTaskSummary.Builder. actionsDefinition(MitigationAction... actionsDefinition)The definition of the actions.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type MitigationAction Modifier and Type Method Description DescribeAuditMitigationActionsTaskResponse.BuilderDescribeAuditMitigationActionsTaskResponse.Builder. actionsDefinition(Collection<MitigationAction> actionsDefinition)Specifies the mitigation actions and their parameters that are applied as part of this task.DetectMitigationActionsTaskSummary.BuilderDetectMitigationActionsTaskSummary.Builder. actionsDefinition(Collection<MitigationAction> actionsDefinition)The definition of the actions.
-