Uses of Class
com.amazonaws.services.inspector.model.AssessmentTargetFilter
-
Packages that use AssessmentTargetFilter Package Description com.amazonaws.services.inspector.model -
-
Uses of AssessmentTargetFilter in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentTargetFilter Modifier and Type Method Description AssessmentTargetFilterAssessmentTargetFilter. clone()AssessmentTargetFilterListAssessmentTargetsRequest. getFilter()You can use this parameter to specify a subset of data to be included in the action's response.AssessmentTargetFilterAssessmentTargetFilter. 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 AssessmentTargetFilter Modifier and Type Method Description voidListAssessmentTargetsRequest. setFilter(AssessmentTargetFilter filter)You can use this parameter to specify a subset of data to be included in the action's response.ListAssessmentTargetsRequestListAssessmentTargetsRequest. withFilter(AssessmentTargetFilter filter)You can use this parameter to specify a subset of data to be included in the action's response.
-