| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
CoveredResource |
CoveredResource.clone() |
CoveredResource |
CoveredResource.withAccountId(String accountId)
The Amazon Web Services account ID of the covered resource.
|
CoveredResource |
CoveredResource.withLastScannedAt(Date lastScannedAt)
The date and time the resource was last checked for vulnerabilities.
|
CoveredResource |
CoveredResource.withResourceId(String resourceId)
The ID of the covered resource.
|
CoveredResource |
CoveredResource.withResourceMetadata(ResourceScanMetadata resourceMetadata)
An object that contains details about the metadata.
|
CoveredResource |
CoveredResource.withResourceType(CoverageResourceType resourceType)
The type of the covered resource.
|
CoveredResource |
CoveredResource.withResourceType(String resourceType)
The type of the covered resource.
|
CoveredResource |
CoveredResource.withScanStatus(ScanStatus scanStatus)
The status of the scan covering the resource.
|
CoveredResource |
CoveredResource.withScanType(ScanType scanType)
The Amazon Inspector scan type covering the resource.
|
CoveredResource |
CoveredResource.withScanType(String scanType)
The Amazon Inspector scan type covering the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoveredResource> |
ListCoverageResult.getCoveredResources()
An object that contains details on the covered resources in your environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListCoverageResult |
ListCoverageResult.withCoveredResources(CoveredResource... coveredResources)
An object that contains details on the covered resources in your environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCoverageResult.setCoveredResources(Collection<CoveredResource> coveredResources)
An object that contains details on the covered resources in your environment.
|
ListCoverageResult |
ListCoverageResult.withCoveredResources(Collection<CoveredResource> coveredResources)
An object that contains details on the covered resources in your environment.
|
Copyright © 2024. All rights reserved.