| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static FindingsFilterAction |
FindingsFilterAction.fromValue(String value)
Use this in place of valueOf.
|
static FindingsFilterAction |
FindingsFilterAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindingsFilterAction[] |
FindingsFilterAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FindingsFilterListItem |
FindingsFilterListItem.withAction(FindingsFilterAction action)
The action that's performed on findings that match the filter criteria.
|
GetFindingsFilterResult |
GetFindingsFilterResult.withAction(FindingsFilterAction action)
The action that's performed on findings that match the filter criteria (findingCriteria).
|
CreateFindingsFilterRequest |
CreateFindingsFilterRequest.withAction(FindingsFilterAction action)
The action to perform on findings that match the filter criteria (findingCriteria).
|
UpdateFindingsFilterRequest |
UpdateFindingsFilterRequest.withAction(FindingsFilterAction action)
The action to perform on findings that match the filter criteria (findingCriteria).
|
Copyright © 2024. All rights reserved.