| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
FindingsFilterAction |
GetFindingsFilterResponse.action()
The action that's performed on findings that match the filter criteria (findingCriteria).
|
FindingsFilterAction |
CreateFindingsFilterRequest.action()
The action to perform on findings that match the filter criteria (findingCriteria).
|
FindingsFilterAction |
FindingsFilterListItem.action()
The action that's performed on findings that match the filter criteria.
|
FindingsFilterAction |
UpdateFindingsFilterRequest.action()
The action to perform on findings that match the filter criteria (findingCriteria).
|
static FindingsFilterAction |
FindingsFilterAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<FindingsFilterAction> |
FindingsFilterAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingsFilterResponse.Builder |
GetFindingsFilterResponse.Builder.action(FindingsFilterAction action)
The action that's performed on findings that match the filter criteria (findingCriteria).
|
CreateFindingsFilterRequest.Builder |
CreateFindingsFilterRequest.Builder.action(FindingsFilterAction action)
The action to perform on findings that match the filter criteria (findingCriteria).
|
FindingsFilterListItem.Builder |
FindingsFilterListItem.Builder.action(FindingsFilterAction action)
The action that's performed on findings that match the filter criteria.
|
UpdateFindingsFilterRequest.Builder |
UpdateFindingsFilterRequest.Builder.action(FindingsFilterAction action)
The action to perform on findings that match the filter criteria (findingCriteria).
|
Copyright © 2023. All rights reserved.