| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
DurationRange |
DurationRange.clone() |
DurationRange |
AssessmentRunFilter.getDurationRange()
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
AssessmentRun data type.
|
DurationRange |
AssessmentTemplateFilter.getDurationRange()
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.
|
DurationRange |
DurationRange.withMaxSeconds(Integer maxSeconds)
The maximum value of the duration range.
|
DurationRange |
DurationRange.withMinSeconds(Integer minSeconds)
The minimum value of the duration range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssessmentRunFilter.setDurationRange(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
AssessmentRun data type.
|
void |
AssessmentTemplateFilter.setDurationRange(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.
|
AssessmentRunFilter |
AssessmentRunFilter.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
AssessmentRun data type.
|
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.
|
Copyright © 2016. All rights reserved.