| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
CoverageDateFilter |
CoverageDateFilter.clone() |
CoverageDateFilter |
CoverageDateFilter.withEndInclusive(Date endInclusive)
A timestamp representing the end of the time period to filter results by.
|
CoverageDateFilter |
CoverageDateFilter.withStartInclusive(Date startInclusive)
A timestamp representing the start of the time period to filter results by.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoverageDateFilter> |
CoverageFilterCriteria.getLastScannedAt()
Filters Amazon Web Services resources based on whether Amazon Inspector has checked them for vulnerabilities
within the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
CoverageFilterCriteria |
CoverageFilterCriteria.withLastScannedAt(CoverageDateFilter... lastScannedAt)
Filters Amazon Web Services resources based on whether Amazon Inspector has checked them for vulnerabilities
within the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoverageFilterCriteria.setLastScannedAt(Collection<CoverageDateFilter> lastScannedAt)
Filters Amazon Web Services resources based on whether Amazon Inspector has checked them for vulnerabilities
within the specified time range.
|
CoverageFilterCriteria |
CoverageFilterCriteria.withLastScannedAt(Collection<CoverageDateFilter> lastScannedAt)
Filters Amazon Web Services resources based on whether Amazon Inspector has checked them for vulnerabilities
within the specified time range.
|
Copyright © 2023. All rights reserved.