Uses of Class
com.amazonaws.services.inspector.model.TimestampRange
Packages that use TimestampRange
-
Uses of TimestampRange in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return TimestampRangeModifier and TypeMethodDescriptionTimestampRange.clone()
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.FindingFilter.getCreationTimeRange()
The time range during which the finding is generated.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.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.withBeginDate
(Date beginDate) The minimum value of the timestamp range.TimestampRange.withEndDate
(Date endDate) The maximum value of the timestamp range.Methods in com.amazonaws.services.inspector.model with parameters of type TimestampRangeModifier and TypeMethodDescriptionvoid
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.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.withCreationTimeRange
(TimestampRange creationTimeRange) The time range during which the finding is generated.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.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.