| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
DurationRange |
AssessmentRunFilter.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.
|
DurationRange |
AssessmentTemplateFilter.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.
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentRunFilter.Builder |
AssessmentRunFilter.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.Builder |
AssessmentTemplateFilter.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.
|
Copyright © 2023. All rights reserved.