| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
MitigationActionParams |
CreateMitigationActionRequest.actionParams()
Defines the type of action and the parameters for that action.
|
MitigationActionParams |
DescribeMitigationActionResponse.actionParams()
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
|
MitigationActionParams |
UpdateMitigationActionRequest.actionParams()
Defines the type of action and the parameters for that action.
|
MitigationActionParams |
MitigationAction.actionParams()
The set of parameters for this mitigation action.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMitigationActionRequest.Builder |
CreateMitigationActionRequest.Builder.actionParams(MitigationActionParams actionParams)
Defines the type of action and the parameters for that action.
|
DescribeMitigationActionResponse.Builder |
DescribeMitigationActionResponse.Builder.actionParams(MitigationActionParams actionParams)
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
|
UpdateMitigationActionRequest.Builder |
UpdateMitigationActionRequest.Builder.actionParams(MitigationActionParams actionParams)
Defines the type of action and the parameters for that action.
|
MitigationAction.Builder |
MitigationAction.Builder.actionParams(MitigationActionParams actionParams)
The set of parameters for this mitigation action.
|
Copyright © 2019. All rights reserved.