Uses of Class
software.amazon.awssdk.services.guardduty.model.FilterAction
-
Packages that use FilterAction Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of FilterAction in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return FilterAction Modifier and Type Method Description FilterActionCreateFilterRequest. action()Specifies the action that is to be applied to the findings that match the filter.FilterActionGetFilterResponse. action()Specifies the action that is to be applied to the findings that match the filter.FilterActionUpdateFilterRequest. action()Specifies the action that is to be applied to the findings that match the filter.static FilterActionFilterAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FilterActionFilterAction. 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.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type FilterAction Modifier and Type Method Description static Set<FilterAction>FilterAction. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type FilterAction Modifier and Type Method Description CreateFilterRequest.BuilderCreateFilterRequest.Builder. action(FilterAction action)Specifies the action that is to be applied to the findings that match the filter.GetFilterResponse.BuilderGetFilterResponse.Builder. action(FilterAction action)Specifies the action that is to be applied to the findings that match the filter.UpdateFilterRequest.BuilderUpdateFilterRequest.Builder. action(FilterAction action)Specifies the action that is to be applied to the findings that match the filter.
-