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 AssessmentTargetFilter
AssessmentTargetFilter. clone()
AssessmentTargetFilter
ListAssessmentTargetsRequest. getFilter()
You can use this parameter to specify a subset of data to be included in the action's response.AssessmentTargetFilter
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 AssessmentTargetFilter Modifier and Type Method Description void
ListAssessmentTargetsRequest. setFilter(AssessmentTargetFilter filter)
You can use this parameter to specify a subset of data to be included in the action's response.ListAssessmentTargetsRequest
ListAssessmentTargetsRequest. withFilter(AssessmentTargetFilter filter)
You can use this parameter to specify a subset of data to be included in the action's response.
-