Uses of Class
software.amazon.awssdk.services.mediastore.model.DeleteMetricPolicyResponse
-
Packages that use DeleteMetricPolicyResponse Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of DeleteMetricPolicyResponse in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore that return DeleteMetricPolicyResponse Modifier and Type Method Description default DeleteMetricPolicyResponseMediaStoreClient. deleteMetricPolicy(Consumer<DeleteMetricPolicyRequest.Builder> deleteMetricPolicyRequest)Deletes the metric policy that is associated with the specified container.default DeleteMetricPolicyResponseMediaStoreClient. deleteMetricPolicy(DeleteMetricPolicyRequest deleteMetricPolicyRequest)Deletes the metric policy that is associated with the specified container.Methods in software.amazon.awssdk.services.mediastore that return types with arguments of type DeleteMetricPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteMetricPolicyResponse>MediaStoreAsyncClient. deleteMetricPolicy(Consumer<DeleteMetricPolicyRequest.Builder> deleteMetricPolicyRequest)Deletes the metric policy that is associated with the specified container.default CompletableFuture<DeleteMetricPolicyResponse>MediaStoreAsyncClient. deleteMetricPolicy(DeleteMetricPolicyRequest deleteMetricPolicyRequest)Deletes the metric policy that is associated with the specified container.
-