| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
FindingsFilter |
FindingsFilter.clone() |
FindingsFilter |
ListFindingsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in
the action's response.
|
FindingsFilter |
FindingsFilter.withAttributes(Attribute... attributes)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the attributes
property of the Finding data type.
|
FindingsFilter |
FindingsFilter.withAttributes(Collection<Attribute> attributes)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the attributes
property of the Finding data type.
|
FindingsFilter |
FindingsFilter.withRuleNames(Collection<String> ruleNames)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the ruleName
property of the Finding data type.
|
FindingsFilter |
FindingsFilter.withRuleNames(String... ruleNames)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the ruleName
property of the Finding data type.
|
FindingsFilter |
FindingsFilter.withRulesPackageArns(Collection<String> rulesPackageArns)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the
rulesPackageArn property of the Finding data type.
|
FindingsFilter |
FindingsFilter.withRulesPackageArns(String... rulesPackageArns)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the
rulesPackageArn property of the Finding data type.
|
FindingsFilter |
FindingsFilter.withSeverities(Collection<String> severities)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the severity
property of the Finding data type.
|
FindingsFilter |
FindingsFilter.withSeverities(String... severities)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the severity
property of the Finding data type.
|
FindingsFilter |
FindingsFilter.withUserAttributes(Attribute... userAttributes)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the
userAttributes property of the Finding data type.
|
FindingsFilter |
FindingsFilter.withUserAttributes(Collection<Attribute> userAttributes)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the
userAttributes property of the Finding data type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsRequest.setFilter(FindingsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ListFindingsRequest |
ListFindingsRequest.withFilter(FindingsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
Copyright © 2016. All rights reserved.