| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
CoverageResource |
CoverageResource.clone() |
CoverageResource |
CoverageResource.withAccountId(String accountId)
The unique ID of the Amazon Web Services account.
|
CoverageResource |
CoverageResource.withCoverageStatus(CoverageStatus coverageStatus)
Represents the status of the EKS cluster coverage.
|
CoverageResource |
CoverageResource.withCoverageStatus(String coverageStatus)
Represents the status of the EKS cluster coverage.
|
CoverageResource |
CoverageResource.withDetectorId(String detectorId)
The unique ID of the GuardDuty detector associated with the resource.
|
CoverageResource |
CoverageResource.withIssue(String issue)
Represents the reason why a coverage status was
UNHEALTHY for the EKS cluster. |
CoverageResource |
CoverageResource.withResourceDetails(CoverageResourceDetails resourceDetails)
Information about the resource for which the coverage statistics are retrieved.
|
CoverageResource |
CoverageResource.withResourceId(String resourceId)
The unique ID of the resource.
|
CoverageResource |
CoverageResource.withUpdatedAt(Date updatedAt)
The timestamp at which the coverage details for the resource were last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoverageResource> |
ListCoverageResult.getResources()
A list of resources and their attributes providing cluster details.
|
| Modifier and Type | Method and Description |
|---|---|
ListCoverageResult |
ListCoverageResult.withResources(CoverageResource... resources)
A list of resources and their attributes providing cluster details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCoverageResult.setResources(Collection<CoverageResource> resources)
A list of resources and their attributes providing cluster details.
|
ListCoverageResult |
ListCoverageResult.withResources(Collection<CoverageResource> resources)
A list of resources and their attributes providing cluster details.
|
Copyright © 2025. All rights reserved.