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