| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
MitigationActionType |
DescribeMitigationActionResponse.actionType()
The type of mitigation action.
|
MitigationActionType |
ListMitigationActionsRequest.actionType()
Specify a value to limit the result to mitigation actions with a specific action type.
|
static MitigationActionType |
MitigationActionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static MitigationActionType |
MitigationActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MitigationActionType[] |
MitigationActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MitigationActionType> |
MitigationActionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMitigationActionResponse.Builder |
DescribeMitigationActionResponse.Builder.actionType(MitigationActionType actionType)
The type of mitigation action.
|
ListMitigationActionsRequest.Builder |
ListMitigationActionsRequest.Builder.actionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
|
Copyright © 2021. All rights reserved.