| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
MitigationActionIdentifier |
MitigationActionIdentifier.clone() |
MitigationActionIdentifier |
MitigationActionIdentifier.withActionArn(String actionArn)
The IAM role ARN used to apply this mitigation action.
|
MitigationActionIdentifier |
MitigationActionIdentifier.withActionName(String actionName)
The friendly name of the mitigation action.
|
MitigationActionIdentifier |
MitigationActionIdentifier.withCreationDate(Date creationDate)
The date when this mitigation action was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<MitigationActionIdentifier> |
ListMitigationActionsResult.getActionIdentifiers()
A set of actions that matched the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListMitigationActionsResult |
ListMitigationActionsResult.withActionIdentifiers(MitigationActionIdentifier... actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMitigationActionsResult.setActionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
ListMitigationActionsResult |
ListMitigationActionsResult.withActionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
Copyright © 2021. All rights reserved.