| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
MitigationAction |
MitigationAction.clone() |
MitigationAction |
MitigationAction.withActionParams(MitigationActionParams actionParams)
The set of parameters for this mitigation action.
|
MitigationAction |
MitigationAction.withId(String id)
A unique identifier for the mitigation action.
|
MitigationAction |
MitigationAction.withName(String name)
A user-friendly name for the mitigation action.
|
MitigationAction |
MitigationAction.withRoleArn(String roleArn)
The IAM role ARN used to apply this mitigation action.
|
| Modifier and Type | Method and Description |
|---|---|
List<MitigationAction> |
DescribeAuditMitigationActionsTaskResult.getActionsDefinition()
Specifies the mitigation actions and their parameters that are applied as part of this task.
|
List<MitigationAction> |
DetectMitigationActionsTaskSummary.getActionsDefinition()
The definition of the actions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAuditMitigationActionsTaskResult |
DescribeAuditMitigationActionsTaskResult.withActionsDefinition(MitigationAction... actionsDefinition)
Specifies the mitigation actions and their parameters that are applied as part of this task.
|
DetectMitigationActionsTaskSummary |
DetectMitigationActionsTaskSummary.withActionsDefinition(MitigationAction... actionsDefinition)
The definition of the actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAuditMitigationActionsTaskResult.setActionsDefinition(Collection<MitigationAction> actionsDefinition)
Specifies the mitigation actions and their parameters that are applied as part of this task.
|
void |
DetectMitigationActionsTaskSummary.setActionsDefinition(Collection<MitigationAction> actionsDefinition)
The definition of the actions.
|
DescribeAuditMitigationActionsTaskResult |
DescribeAuditMitigationActionsTaskResult.withActionsDefinition(Collection<MitigationAction> actionsDefinition)
Specifies the mitigation actions and their parameters that are applied as part of this task.
|
DetectMitigationActionsTaskSummary |
DetectMitigationActionsTaskSummary.withActionsDefinition(Collection<MitigationAction> actionsDefinition)
The definition of the actions.
|
Copyright © 2025. All rights reserved.