Uses of Class
software.amazon.awssdk.services.mediastore.model.MetricPolicyRule
-
Packages that use MetricPolicyRule Package Description software.amazon.awssdk.services.mediastore.model -
-
Uses of MetricPolicyRule in software.amazon.awssdk.services.mediastore.model
Methods in software.amazon.awssdk.services.mediastore.model that return types with arguments of type MetricPolicyRule Modifier and Type Method Description List<MetricPolicyRule>MetricPolicy. metricPolicyRules()A parameter that holds an array of rules that enable metrics at the object level.Methods in software.amazon.awssdk.services.mediastore.model with parameters of type MetricPolicyRule Modifier and Type Method Description MetricPolicy.BuilderMetricPolicy.Builder. metricPolicyRules(MetricPolicyRule... metricPolicyRules)A parameter that holds an array of rules that enable metrics at the object level.Method parameters in software.amazon.awssdk.services.mediastore.model with type arguments of type MetricPolicyRule Modifier and Type Method Description MetricPolicy.BuilderMetricPolicy.Builder. metricPolicyRules(Collection<MetricPolicyRule> metricPolicyRules)A parameter that holds an array of rules that enable metrics at the object level.
-