| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
CoverageStatistics |
CoverageStatistics.addCountByCoverageStatusEntry(String key,
Long value)
Add a single CountByCoverageStatus entry
|
CoverageStatistics |
CoverageStatistics.addCountByResourceTypeEntry(String key,
Long value)
Add a single CountByResourceType entry
|
CoverageStatistics |
CoverageStatistics.clearCountByCoverageStatusEntries()
Removes all the entries added into CountByCoverageStatus.
|
CoverageStatistics |
CoverageStatistics.clearCountByResourceTypeEntries()
Removes all the entries added into CountByResourceType.
|
CoverageStatistics |
CoverageStatistics.clone() |
CoverageStatistics |
GetCoverageStatisticsResult.getCoverageStatistics()
Represents the count aggregated by the
statusCode and resourceType. |
CoverageStatistics |
CoverageStatistics.withCountByCoverageStatus(Map<String,Long> countByCoverageStatus)
Represents coverage statistics for EKS clusters aggregated by coverage status.
|
CoverageStatistics |
CoverageStatistics.withCountByResourceType(Map<String,Long> countByResourceType)
Represents coverage statistics for EKS clusters aggregated by resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCoverageStatisticsResult.setCoverageStatistics(CoverageStatistics coverageStatistics)
Represents the count aggregated by the
statusCode and resourceType. |
GetCoverageStatisticsResult |
GetCoverageStatisticsResult.withCoverageStatistics(CoverageStatistics coverageStatistics)
Represents the count aggregated by the
statusCode and resourceType. |
Copyright © 2024. All rights reserved.