Uses of Class
com.amazonaws.services.inspector.model.FindingFilter
Packages that use FindingFilter
-
Uses of FindingFilter in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return FindingFilterModifier and TypeMethodDescriptionFindingFilter.clone()
ListFindingsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in the action's response.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.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.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.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.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.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.withCreationTimeRange
(TimestampRange creationTimeRange) The time range during which the finding is generated.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.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.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.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.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.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.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.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.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.Methods in com.amazonaws.services.inspector.model with parameters of type FindingFilterModifier and TypeMethodDescriptionvoid
ListFindingsRequest.setFilter
(FindingFilter filter) You can use this parameter to specify a subset of data to be included in the action's response.ListFindingsRequest.withFilter
(FindingFilter filter) You can use this parameter to specify a subset of data to be included in the action's response.