Uses of Interface
software.amazon.awssdk.services.inspector.model.DurationRange.Builder
-
Packages that use DurationRange.Builder Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of DurationRange.Builder in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return DurationRange.Builder Modifier and Type Method Description static DurationRange.BuilderDurationRange. builder()DurationRange.BuilderDurationRange.Builder. maxSeconds(Integer maxSeconds)The maximum value of the duration range.DurationRange.BuilderDurationRange.Builder. minSeconds(Integer minSeconds)The minimum value of the duration range.DurationRange.BuilderDurationRange. toBuilder()Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type DurationRange.Builder Modifier and Type Method Description static Class<? extends DurationRange.Builder>DurationRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type DurationRange.Builder Modifier and Type Method Description default AssessmentRunFilter.BuilderAssessmentRunFilter.Builder. durationRange(Consumer<DurationRange.Builder> 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.default AssessmentTemplateFilter.BuilderAssessmentTemplateFilter.Builder. durationRange(Consumer<DurationRange.Builder> 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.
-