| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
TimestampRange |
TimestampRange.clone() |
TimestampRange |
RunsFilter.getCompletionTime()
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 completionTime property of the
Run data type.
|
TimestampRange |
RunsFilter.getCreationTime()
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 creationTime property of the Run
data type.
|
TimestampRange |
AssessmentsFilter.getEndTimeRange()
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 endTime property of the
Assessment data type.
|
TimestampRange |
AssessmentsFilter.getStartTimeRange()
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 startTime property of the
Assessment data type.
|
TimestampRange |
TimestampRange.withMaximum(Date maximum)
The maximum value of the timestamp range.
|
TimestampRange |
TimestampRange.withMinimum(Date minimum)
The minimum value of the timestamp range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunsFilter.setCompletionTime(TimestampRange completionTime)
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 completionTime property of the
Run data type.
|
void |
RunsFilter.setCreationTime(TimestampRange creationTime)
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 creationTime property of the Run
data type.
|
void |
AssessmentsFilter.setEndTimeRange(TimestampRange endTimeRange)
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 endTime property of the
Assessment data type.
|
void |
AssessmentsFilter.setStartTimeRange(TimestampRange startTimeRange)
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 startTime property of the
Assessment data type.
|
RunsFilter |
RunsFilter.withCompletionTime(TimestampRange completionTime)
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 completionTime property of the
Run data type.
|
RunsFilter |
RunsFilter.withCreationTime(TimestampRange creationTime)
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 creationTime property of the Run
data type.
|
AssessmentsFilter |
AssessmentsFilter.withEndTimeRange(TimestampRange endTimeRange)
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 endTime property of the
Assessment data type.
|
AssessmentsFilter |
AssessmentsFilter.withStartTimeRange(TimestampRange startTimeRange)
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 startTime property of the
Assessment data type.
|
Copyright © 2016. All rights reserved.