| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
FilterAction |
GetFilterResponse.action()
Specifies the action that is to be applied to the findings that match the filter.
|
FilterAction |
CreateFilterRequest.action()
Specifies the action that is to be applied to the findings that match the filter.
|
FilterAction |
UpdateFilterRequest.action()
Specifies the action that is to be applied to the findings that match the filter.
|
static FilterAction |
FilterAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<FilterAction> |
FilterAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetFilterResponse.Builder |
GetFilterResponse.Builder.action(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
|
CreateFilterRequest.Builder |
CreateFilterRequest.Builder.action(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateFilterRequest.Builder |
UpdateFilterRequest.Builder.action(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
|
Copyright © 2022. All rights reserved.