Uses of Class
software.amazon.awssdk.services.guardduty.model.CoverageStatus
-
Packages that use CoverageStatus Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of CoverageStatus in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return CoverageStatus Modifier and Type Method Description CoverageStatusCoverageResource. coverageStatus()Represents the status of the EKS cluster coverage.static CoverageStatusCoverageStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CoverageStatusCoverageStatus. 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.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type CoverageStatus Modifier and Type Method Description Map<CoverageStatus,Long>CoverageStatistics. countByCoverageStatus()Represents coverage statistics for EKS clusters aggregated by coverage status.static Set<CoverageStatus>CoverageStatus. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type CoverageStatus Modifier and Type Method Description CoverageResource.BuilderCoverageResource.Builder. coverageStatus(CoverageStatus coverageStatus)Represents the status of the EKS cluster coverage.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type CoverageStatus Modifier and Type Method Description CoverageStatistics.BuilderCoverageStatistics.Builder. countByCoverageStatus(Map<CoverageStatus,Long> countByCoverageStatus)Represents coverage statistics for EKS clusters aggregated by coverage status.
-