Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
TimestampRange |
TimestampRange.clone() |
TimestampRange |
AssessmentRunFilter.getCompletionTimeRange()
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 completedAt property of the
AssessmentRun data type.
|
TimestampRange |
FindingFilter.getCreationTimeRange()
The time range during which the finding is generated.
|
TimestampRange |
AssessmentRunFilter.getStartTimeRange()
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 startTime property of the
AssessmentRun data type.
|
TimestampRange |
AssessmentRunFilter.getStateChangeTimeRange()
For a record to match a filter, the value that is specified for this data
type property must match the stateChangedAt property of the
AssessmentRun data type.
|
TimestampRange |
TimestampRange.withBeginDate(Date beginDate)
The minimum value of the timestamp range.
|
TimestampRange |
TimestampRange.withEndDate(Date endDate)
The maximum value of the timestamp range.
|
Modifier and Type | Method and Description |
---|---|
void |
AssessmentRunFilter.setCompletionTimeRange(TimestampRange completionTimeRange)
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 completedAt property of the
AssessmentRun data type.
|
void |
FindingFilter.setCreationTimeRange(TimestampRange creationTimeRange)
The time range during which the finding is generated.
|
void |
AssessmentRunFilter.setStartTimeRange(TimestampRange startTimeRange)
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 startTime property of the
AssessmentRun data type.
|
void |
AssessmentRunFilter.setStateChangeTimeRange(TimestampRange stateChangeTimeRange)
For a record to match a filter, the value that is specified for this data
type property must match the stateChangedAt property of the
AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withCompletionTimeRange(TimestampRange completionTimeRange)
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 completedAt property of the
AssessmentRun data type.
|
FindingFilter |
FindingFilter.withCreationTimeRange(TimestampRange creationTimeRange)
The time range during which the finding is generated.
|
AssessmentRunFilter |
AssessmentRunFilter.withStartTimeRange(TimestampRange startTimeRange)
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 startTime property of the
AssessmentRun data type.
|
AssessmentRunFilter |
AssessmentRunFilter.withStateChangeTimeRange(TimestampRange stateChangeTimeRange)
For a record to match a filter, the value that is specified for this data
type property must match the stateChangedAt property of the
AssessmentRun data type.
|
Copyright © 2018. All rights reserved.