Uses of Class
software.amazon.awssdk.services.guardduty.model.CoverageStatisticsType
-
Packages that use CoverageStatisticsType Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of CoverageStatisticsType in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return CoverageStatisticsType Modifier and Type Method Description static CoverageStatisticsTypeCoverageStatisticsType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CoverageStatisticsTypeCoverageStatisticsType. valueOf(String name)Returns the enum constant of this type with the specified name.static CoverageStatisticsType[]CoverageStatisticsType. 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 CoverageStatisticsType Modifier and Type Method Description static Set<CoverageStatisticsType>CoverageStatisticsType. knownValues()List<CoverageStatisticsType>GetCoverageStatisticsRequest. statisticsType()Represents the statistics type used to aggregate the coverage details.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type CoverageStatisticsType Modifier and Type Method Description GetCoverageStatisticsRequest.BuilderGetCoverageStatisticsRequest.Builder. statisticsType(CoverageStatisticsType... statisticsType)Represents the statistics type used to aggregate the coverage details.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type CoverageStatisticsType Modifier and Type Method Description GetCoverageStatisticsRequest.BuilderGetCoverageStatisticsRequest.Builder. statisticsType(Collection<CoverageStatisticsType> statisticsType)Represents the statistics type used to aggregate the coverage details.
-