Uses of Class
software.amazon.awssdk.services.inspector.model.DurationRange
-
Packages that use DurationRange Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of DurationRange in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return DurationRange Modifier and Type Method Description DurationRangeAssessmentRunFilter. 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.DurationRangeAssessmentTemplateFilter. 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.Methods in software.amazon.awssdk.services.inspector.model with parameters of type DurationRange Modifier and Type Method Description AssessmentRunFilter.BuilderAssessmentRunFilter.Builder. durationRange(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.BuilderAssessmentTemplateFilter.Builder. durationRange(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.
-