| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
AssessmentTemplateFilter |
AssessmentTemplateFilter.clone() |
AssessmentTemplateFilter |
ListAssessmentTemplatesRequest.getFilter()
You can use this parameter to specify a subset of data to be included in the action's response.
|
AssessmentTemplateFilter |
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 |
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 |
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.
|
AssessmentTemplateFilter |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssessmentTemplatesRequest.setFilter(AssessmentTemplateFilter filter)
You can use this parameter to specify a subset of data to be included in the action's response.
|
ListAssessmentTemplatesRequest |
ListAssessmentTemplatesRequest.withFilter(AssessmentTemplateFilter filter)
You can use this parameter to specify a subset of data to be included in the action's response.
|
Copyright © 2024. All rights reserved.