Uses of Class
com.amazonaws.services.inspector.model.AssessmentRunFilter
Packages that use AssessmentRunFilter
-
Uses of AssessmentRunFilter in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentRunFilterModifier and TypeMethodDescriptionAssessmentRunFilter.clone()
ListAssessmentRunsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in the action's response.AssessmentRunFilter.withCompletionTimeRange
(TimestampRange completionTimeRange) For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the completedAt property of the AssessmentRun data type.AssessmentRunFilter.withDurationRange
(DurationRange durationRange) For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentRun data type.AssessmentRunFilter.withNamePattern
(String namePattern) For a record to match a filter, an explicit value or a string containing a wildcard that is specified for this data type property must match the value of the assessmentRunName property of the AssessmentRun data type.AssessmentRunFilter.withRulesPackageArns
(String... rulesPackageArns) 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 rulesPackages property of the AssessmentRun data type.AssessmentRunFilter.withRulesPackageArns
(Collection<String> rulesPackageArns) 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 rulesPackages property of the AssessmentRun data type.AssessmentRunFilter.withStartTimeRange
(TimestampRange startTimeRange) For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the startTime property of the AssessmentRun data type.AssessmentRunFilter.withStateChangeTimeRange
(TimestampRange stateChangeTimeRange) For a record to match a filter, the value that is specified for this data type property must match the stateChangedAt property of the AssessmentRun data type.AssessmentRunFilter.withStates
(AssessmentRunState... states) For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.AssessmentRunFilter.withStates
(String... states) For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.AssessmentRunFilter.withStates
(Collection<String> states) For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.Methods in com.amazonaws.services.inspector.model with parameters of type AssessmentRunFilterModifier and TypeMethodDescriptionvoid
ListAssessmentRunsRequest.setFilter
(AssessmentRunFilter filter) You can use this parameter to specify a subset of data to be included in the action's response.ListAssessmentRunsRequest.withFilter
(AssessmentRunFilter filter) You can use this parameter to specify a subset of data to be included in the action's response.