Uses of Class
com.amazonaws.services.inspector.model.AssessmentTargetFilter
Packages that use AssessmentTargetFilter
-
Uses of AssessmentTargetFilter in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentTargetFilterModifier and TypeMethodDescriptionAssessmentTargetFilter.clone()
ListAssessmentTargetsRequest.getFilter()
You can use this parameter to specify a subset of data to be included in the action's response.AssessmentTargetFilter.withAssessmentTargetNamePattern
(String assessmentTargetNamePattern) 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 assessmentTargetName property of the AssessmentTarget data type.Methods in com.amazonaws.services.inspector.model with parameters of type AssessmentTargetFilterModifier and TypeMethodDescriptionvoid
ListAssessmentTargetsRequest.setFilter
(AssessmentTargetFilter filter) You can use this parameter to specify a subset of data to be included in the action's response.ListAssessmentTargetsRequest.withFilter
(AssessmentTargetFilter filter) You can use this parameter to specify a subset of data to be included in the action's response.