| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static FilterAction |
FilterAction.fromValue(String value)
Use this in place of valueOf.
|
static FilterAction |
FilterAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterAction[] |
FilterAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetFilterResult |
GetFilterResult.withAction(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
|
CreateFilterRequest |
CreateFilterRequest.withAction(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateFilterRequest |
UpdateFilterRequest.withAction(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
|
Copyright © 2019. All rights reserved.