Uses of Class
com.oracle.bmc.datasafe.model.FindingAnalyticsSummary.MetricName
-
Packages that use FindingAnalyticsSummary.MetricName Package Description com.oracle.bmc.datasafe.model -
-
Uses of FindingAnalyticsSummary.MetricName in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FindingAnalyticsSummary.MetricName Modifier and Type Method Description static FindingAnalyticsSummary.MetricName
FindingAnalyticsSummary.MetricName. create(String key)
FindingAnalyticsSummary.MetricName
FindingAnalyticsSummary. getMetricName()
The name of the aggregation metric.static FindingAnalyticsSummary.MetricName
FindingAnalyticsSummary.MetricName. valueOf(String name)
Returns the enum constant of this type with the specified name.static FindingAnalyticsSummary.MetricName[]
FindingAnalyticsSummary.MetricName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type FindingAnalyticsSummary.MetricName Modifier and Type Method Description FindingAnalyticsSummary.Builder
FindingAnalyticsSummary.Builder. metricName(FindingAnalyticsSummary.MetricName metricName)
The name of the aggregation metric.Constructors in com.oracle.bmc.datasafe.model with parameters of type FindingAnalyticsSummary.MetricName Constructor Description FindingAnalyticsSummary(FindingAnalyticsSummary.MetricName metricName, FindingAnalyticsDimensions dimensions, Long count)
Deprecated.
-