Uses of Class
software.amazon.awssdk.services.mediastore.model.GetMetricPolicyRequest
-
Packages that use GetMetricPolicyRequest 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 GetMetricPolicyRequest in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore with parameters of type GetMetricPolicyRequest Modifier and Type Method Description default CompletableFuture<GetMetricPolicyResponse>MediaStoreAsyncClient. getMetricPolicy(GetMetricPolicyRequest getMetricPolicyRequest)Returns the metric policy for the specified container.default GetMetricPolicyResponseMediaStoreClient. getMetricPolicy(GetMetricPolicyRequest getMetricPolicyRequest)Returns the metric policy for the specified container. -
Uses of GetMetricPolicyRequest in software.amazon.awssdk.services.mediastore.transform
Methods in software.amazon.awssdk.services.mediastore.transform with parameters of type GetMetricPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetMetricPolicyRequestMarshaller. marshall(GetMetricPolicyRequest getMetricPolicyRequest)
-