Uses of Class
com.oracle.bmc.datasafe.model.DiscoveryAnalyticsSummary.MetricName
-
Packages that use DiscoveryAnalyticsSummary.MetricName Package Description com.oracle.bmc.datasafe.model -
-
Uses of DiscoveryAnalyticsSummary.MetricName in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DiscoveryAnalyticsSummary.MetricName Modifier and Type Method Description static DiscoveryAnalyticsSummary.MetricName
DiscoveryAnalyticsSummary.MetricName. create(String key)
DiscoveryAnalyticsSummary.MetricName
DiscoveryAnalyticsSummary. getMetricName()
The name of the aggregation metric.static DiscoveryAnalyticsSummary.MetricName
DiscoveryAnalyticsSummary.MetricName. valueOf(String name)
Returns the enum constant of this type with the specified name.static DiscoveryAnalyticsSummary.MetricName[]
DiscoveryAnalyticsSummary.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 DiscoveryAnalyticsSummary.MetricName Modifier and Type Method Description DiscoveryAnalyticsSummary.Builder
DiscoveryAnalyticsSummary.Builder. metricName(DiscoveryAnalyticsSummary.MetricName metricName)
The name of the aggregation metric.Constructors in com.oracle.bmc.datasafe.model with parameters of type DiscoveryAnalyticsSummary.MetricName Constructor Description DiscoveryAnalyticsSummary(DiscoveryAnalyticsSummary.MetricName metricName, Dimensions dimensions, Long count)
Deprecated.
-