| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
CoverageStatus |
CoverageResource.coverageStatus()
Represents the status of the EKS cluster coverage.
|
static CoverageStatus |
CoverageStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CoverageStatus |
CoverageStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoverageStatus[] |
CoverageStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<CoverageStatus,Long> |
CoverageStatistics.countByCoverageStatus()
Represents coverage statistics for EKS clusters aggregated by coverage status.
|
static Set<CoverageStatus> |
CoverageStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CoverageResource.Builder |
CoverageResource.Builder.coverageStatus(CoverageStatus coverageStatus)
Represents the status of the EKS cluster coverage.
|
| Modifier and Type | Method and Description |
|---|---|
CoverageStatistics.Builder |
CoverageStatistics.Builder.countByCoverageStatus(Map<CoverageStatus,Long> countByCoverageStatus)
Represents coverage statistics for EKS clusters aggregated by coverage status.
|
Copyright © 2023. All rights reserved.