FindingFilter |
FindingFilter.clone() |
|
FindingFilter |
ListFindingsRequest.getFilter() |
You can use this parameter to specify a subset of data to be included in
the action's response.
|
FindingFilter |
FindingFilter.withAgentIds(String... agentIds) |
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
agentId property of the Finding data type.
|
FindingFilter |
FindingFilter.withAgentIds(Collection<String> agentIds) |
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
agentId property of the Finding data type.
|
FindingFilter |
FindingFilter.withAttributes(Attribute... attributes) |
For a record to match a filter, the list of values that are specified for
this data type property must be contained in the list of values of the
attributes property of the Finding data type.
|
FindingFilter |
FindingFilter.withAttributes(Collection<Attribute> attributes) |
For a record to match a filter, the list of values that are specified for
this data type property must be contained in the list of values of the
attributes property of the Finding data type.
|
FindingFilter |
FindingFilter.withAutoScalingGroups(String... autoScalingGroups) |
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
autoScalingGroup property of the Finding data type.
|
FindingFilter |
FindingFilter.withAutoScalingGroups(Collection<String> autoScalingGroups) |
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
autoScalingGroup property of the Finding data type.
|
FindingFilter |
FindingFilter.withCreationTimeRange(TimestampRange creationTimeRange) |
The time range during which the finding is generated.
|
FindingFilter |
FindingFilter.withRuleNames(String... ruleNames) |
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
ruleName property of the Finding data type.
|
FindingFilter |
FindingFilter.withRuleNames(Collection<String> ruleNames) |
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
ruleName property of the Finding data type.
|
FindingFilter |
FindingFilter.withRulesPackageArns(String... rulesPackageArns) |
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
rulesPackageArn property of the Finding data type.
|
FindingFilter |
FindingFilter.withRulesPackageArns(Collection<String> rulesPackageArns) |
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
rulesPackageArn property of the Finding data type.
|
FindingFilter |
FindingFilter.withSeverities(Severity... severities) |
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
severity property of the Finding data type.
|
FindingFilter |
FindingFilter.withSeverities(String... severities) |
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
severity property of the Finding data type.
|
FindingFilter |
FindingFilter.withSeverities(Collection<String> severities) |
For a record to match a filter, one of the values that is specified for
this data type property must be the exact match of the value of the
severity property of the Finding data type.
|
FindingFilter |
FindingFilter.withUserAttributes(Attribute... userAttributes) |
For a record to match a filter, the value that is specified for this data
type property must be contained in the list of values of the
userAttributes property of the Finding data type.
|
FindingFilter |
FindingFilter.withUserAttributes(Collection<Attribute> userAttributes) |
For a record to match a filter, the value that is specified for this data
type property must be contained in the list of values of the
userAttributes property of the Finding data type.
|