| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
DurationRange |
DurationRange.clone() |
DurationRange |
AssessmentsFilter.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
Assessment data type.
|
DurationRange |
DurationRange.withMaximum(Integer maximum)
The maximum value of the duration range.
|
DurationRange |
DurationRange.withMinimum(Integer minimum)
The minimum value of the duration range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssessmentsFilter.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
Assessment data type.
|
AssessmentsFilter |
AssessmentsFilter.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
Assessment data type.
|
Copyright © 2015. All rights reserved.