Uses of Class
com.amazonaws.services.inspector.model.AssessmentTemplateFilter
Packages that use AssessmentTemplateFilter
-
Uses of AssessmentTemplateFilter in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentTemplateFilterModifier and TypeMethodDescriptionAssessmentTemplateFilter.clone()
ListAssessmentTemplatesRequest.getFilter()
You can use this parameter to specify a subset of data to be included in the action's response.AssessmentTemplateFilter.withDurationRange
(DurationRange durationRange) For a record to match a filter, the value specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentTemplate data type.AssessmentTemplateFilter.withNamePattern
(String namePattern) For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTemplateName property of the AssessmentTemplate data type.AssessmentTemplateFilter.withRulesPackageArns
(String... rulesPackageArns) For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.AssessmentTemplateFilter.withRulesPackageArns
(Collection<String> rulesPackageArns) For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.Methods in com.amazonaws.services.inspector.model with parameters of type AssessmentTemplateFilterModifier and TypeMethodDescriptionvoid
ListAssessmentTemplatesRequest.setFilter
(AssessmentTemplateFilter filter) You can use this parameter to specify a subset of data to be included in the action's response.ListAssessmentTemplatesRequest.withFilter
(AssessmentTemplateFilter filter) You can use this parameter to specify a subset of data to be included in the action's response.