Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private AssessmentTemplateFilter |
ListAssessmentTemplatesRequest.filter
You can use this parameter to specify a subset of data to be included in
the action's response.
|
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(java.lang.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(java.util.Collection<java.lang.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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
AssessmentTemplateFilter |
AssessmentTemplateFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AssessmentTemplateFilterJsonMarshaller.marshall(AssessmentTemplateFilter assessmentTemplateFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|