Uses of Class
software.amazon.awssdk.services.inspector.model.TimestampRange
-
Packages that use TimestampRange Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of TimestampRange in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return TimestampRange Modifier and Type Method Description TimestampRangeAssessmentRunFilter. 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.TimestampRangeFindingFilter. creationTimeRange()The time range during which the finding is generated.TimestampRangeAssessmentRunFilter. 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.TimestampRangeAssessmentRunFilter. 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.Methods in software.amazon.awssdk.services.inspector.model with parameters of type TimestampRange Modifier and Type Method Description AssessmentRunFilter.BuilderAssessmentRunFilter.Builder. completionTimeRange(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.BuilderFindingFilter.Builder. creationTimeRange(TimestampRange creationTimeRange)The time range during which the finding is generated.AssessmentRunFilter.BuilderAssessmentRunFilter.Builder. startTimeRange(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.BuilderAssessmentRunFilter.Builder. stateChangeTimeRange(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.
-