Uses of Class
software.amazon.awssdk.services.macie2.model.FindingsFilterAction
-
Packages that use FindingsFilterAction Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of FindingsFilterAction in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return FindingsFilterAction Modifier and Type Method Description FindingsFilterActionCreateFindingsFilterRequest. action()The action to perform on findings that match the filter criteria (findingCriteria).FindingsFilterActionFindingsFilterListItem. action()The action that's performed on findings that match the filter criteria.FindingsFilterActionGetFindingsFilterResponse. action()The action that's performed on findings that match the filter criteria (findingCriteria).FindingsFilterActionUpdateFindingsFilterRequest. action()The action to perform on findings that match the filter criteria (findingCriteria).static FindingsFilterActionFindingsFilterAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FindingsFilterActionFindingsFilterAction. 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.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type FindingsFilterAction Modifier and Type Method Description static Set<FindingsFilterAction>FindingsFilterAction. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type FindingsFilterAction Modifier and Type Method Description CreateFindingsFilterRequest.BuilderCreateFindingsFilterRequest.Builder. action(FindingsFilterAction action)The action to perform on findings that match the filter criteria (findingCriteria).FindingsFilterListItem.BuilderFindingsFilterListItem.Builder. action(FindingsFilterAction action)The action that's performed on findings that match the filter criteria.GetFindingsFilterResponse.BuilderGetFindingsFilterResponse.Builder. action(FindingsFilterAction action)The action that's performed on findings that match the filter criteria (findingCriteria).UpdateFindingsFilterRequest.BuilderUpdateFindingsFilterRequest.Builder. action(FindingsFilterAction action)The action to perform on findings that match the filter criteria (findingCriteria).
-