Uses of Class
software.amazon.awssdk.services.inspector2.model.FilterAction
-
Packages that use FilterAction Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of FilterAction in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return FilterAction Modifier and Type Method Description FilterActionCreateFilterRequest. action()Defines the action that is to be applied to the findings that match the filter.FilterActionFilter. action()The action that is to be applied to the findings that match the filter.FilterActionListFiltersRequest. action()The action the filter applies to matched findings.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.inspector2.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.inspector2.model with parameters of type FilterAction Modifier and Type Method Description CreateFilterRequest.BuilderCreateFilterRequest.Builder. action(FilterAction action)Defines the action that is to be applied to the findings that match the filter.Filter.BuilderFilter.Builder. action(FilterAction action)The action that is to be applied to the findings that match the filter.ListFiltersRequest.BuilderListFiltersRequest.Builder. action(FilterAction action)The action the filter applies to matched findings.UpdateFilterRequest.BuilderUpdateFilterRequest.Builder. action(FilterAction action)Specifies the action that is to be applied to the findings that match the filter.
-