Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
DurationRange |
DurationRange.clone() |
DurationRange |
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 |
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.
|
DurationRange |
DurationRange.withMaxSeconds(Integer maxSeconds)
The maximum value of the duration range.
|
DurationRange |
DurationRange.withMinSeconds(Integer minSeconds)
The minimum value of the duration range.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
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.
|
AssessmentTemplateFilter |
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.
|
AssessmentRunFilter |
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.
|
Copyright © 2018. All rights reserved.