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 DurationRangeDurationRange. clone()DurationRangeAssessmentRunFilter. 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.DurationRangeAssessmentTemplateFilter. 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.DurationRangeDurationRange. withMaxSeconds(Integer maxSeconds)The maximum value of the duration range.DurationRangeDurationRange. 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 voidAssessmentRunFilter. 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.voidAssessmentTemplateFilter. 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.AssessmentRunFilterAssessmentRunFilter. 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.AssessmentTemplateFilterAssessmentTemplateFilter. 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.
-