Uses of Class
software.amazon.awssdk.services.mediastore.model.GetMetricPolicyResponse
-
Packages that use GetMetricPolicyResponse Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of GetMetricPolicyResponse in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore that return GetMetricPolicyResponse Modifier and Type Method Description default GetMetricPolicyResponseMediaStoreClient. getMetricPolicy(Consumer<GetMetricPolicyRequest.Builder> getMetricPolicyRequest)Returns the metric policy for the specified container.default GetMetricPolicyResponseMediaStoreClient. getMetricPolicy(GetMetricPolicyRequest getMetricPolicyRequest)Returns the metric policy for the specified container.Methods in software.amazon.awssdk.services.mediastore that return types with arguments of type GetMetricPolicyResponse Modifier and Type Method Description default CompletableFuture<GetMetricPolicyResponse>MediaStoreAsyncClient. getMetricPolicy(Consumer<GetMetricPolicyRequest.Builder> getMetricPolicyRequest)Returns the metric policy for the specified container.default CompletableFuture<GetMetricPolicyResponse>MediaStoreAsyncClient. getMetricPolicy(GetMetricPolicyRequest getMetricPolicyRequest)Returns the metric policy for the specified container.
-