Uses of Class
software.amazon.awssdk.services.mediastore.model.MetricPolicy
-
Packages that use MetricPolicy Package Description software.amazon.awssdk.services.mediastore.model -
-
Uses of MetricPolicy in software.amazon.awssdk.services.mediastore.model
Methods in software.amazon.awssdk.services.mediastore.model that return MetricPolicy Modifier and Type Method Description MetricPolicyGetMetricPolicyResponse. metricPolicy()The metric policy that is associated with the specific container.MetricPolicyPutMetricPolicyRequest. metricPolicy()The metric policy that you want to associate with the container.Methods in software.amazon.awssdk.services.mediastore.model with parameters of type MetricPolicy Modifier and Type Method Description GetMetricPolicyResponse.BuilderGetMetricPolicyResponse.Builder. metricPolicy(MetricPolicy metricPolicy)The metric policy that is associated with the specific container.PutMetricPolicyRequest.BuilderPutMetricPolicyRequest.Builder. metricPolicy(MetricPolicy metricPolicy)The metric policy that you want to associate with the container.
-