Uses of Class
software.amazon.awssdk.services.mediastore.model.PutMetricPolicyRequest
-
Packages that use PutMetricPolicyRequest Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects.software.amazon.awssdk.services.mediastore.transform -
-
Uses of PutMetricPolicyRequest in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore with parameters of type PutMetricPolicyRequest Modifier and Type Method Description default CompletableFuture<PutMetricPolicyResponse>MediaStoreAsyncClient. putMetricPolicy(PutMetricPolicyRequest putMetricPolicyRequest)The metric policy that you want to add to the container.default PutMetricPolicyResponseMediaStoreClient. putMetricPolicy(PutMetricPolicyRequest putMetricPolicyRequest)The metric policy that you want to add to the container. -
Uses of PutMetricPolicyRequest in software.amazon.awssdk.services.mediastore.transform
Methods in software.amazon.awssdk.services.mediastore.transform with parameters of type PutMetricPolicyRequest Modifier and Type Method Description SdkHttpFullRequestPutMetricPolicyRequestMarshaller. marshall(PutMetricPolicyRequest putMetricPolicyRequest)
-