Uses of Class
com.amazonaws.services.inspector.model.DurationRange
-
Packages that use DurationRange Package Description com.amazonaws.services.inspector.model -
-
Uses of DurationRange in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return DurationRange Modifier and Type Method Description DurationRange
DurationRange. clone()
DurationRange
AssessmentRunFilter. getDurationRange()
For a record to match a filter, the value that is 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.Methods in com.amazonaws.services.inspector.model with parameters of type DurationRange Modifier and Type Method Description void
AssessmentRunFilter. setDurationRange(DurationRange durationRange)
For a record to match a filter, the value that is 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 that is 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.
-