| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static FilterAction |
FilterAction.fromValue(String value)
Use this in place of valueOf.
|
static FilterAction |
FilterAction.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFilterRequest |
UpdateFilterRequest.withAction(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
|
CreateFilterRequest |
CreateFilterRequest.withAction(FilterAction action)
Defines the action that is to be applied to the findings that match the filter.
|
ListFiltersRequest |
ListFiltersRequest.withAction(FilterAction action)
The action the filter applies to matched findings.
|
Filter |
Filter.withAction(FilterAction action)
The action that is to be applied to the findings that match the filter.
|
Copyright © 2024. All rights reserved.