Uses of Class
com.amazonaws.services.inspector.model.DurationRange
Packages that use DurationRange
-
Uses of DurationRange in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return DurationRangeModifier and TypeMethodDescriptionDurationRange.clone()
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.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.withMaxSeconds
(Integer maxSeconds) The maximum value of the duration range.DurationRange.withMinSeconds
(Integer minSeconds) The minimum value of the duration range.Methods in com.amazonaws.services.inspector.model with parameters of type DurationRangeModifier and TypeMethodDescriptionvoid
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.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.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.