| 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.getImagePulledAt()
The date an image was last pulled at.
|
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.withImagePulledAt(CoverageDateFilter... imagePulledAt)
The date an image was last pulled at.
|
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.setImagePulledAt(Collection<CoverageDateFilter> imagePulledAt)
The date an image was last pulled at.
|
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.withImagePulledAt(Collection<CoverageDateFilter> imagePulledAt)
The date an image was last pulled at.
|
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 © 2024. All rights reserved.