default DeleteContainerPolicyResponse |
MediaStoreClient.deleteContainerPolicy(Consumer<DeleteContainerPolicyRequest.Builder> deleteContainerPolicyRequest) |
Deletes the access policy that is associated with the specified container.
|
default DeleteContainerPolicyResponse |
MediaStoreClient.deleteContainerPolicy(DeleteContainerPolicyRequest deleteContainerPolicyRequest) |
Deletes the access policy that is associated with the specified container.
|
default DeleteLifecyclePolicyResponse |
MediaStoreClient.deleteLifecyclePolicy(Consumer<DeleteLifecyclePolicyRequest.Builder> deleteLifecyclePolicyRequest) |
Removes an object lifecycle policy from a container.
|
default DeleteLifecyclePolicyResponse |
MediaStoreClient.deleteLifecyclePolicy(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest) |
Removes an object lifecycle policy from a container.
|
default DeleteMetricPolicyResponse |
MediaStoreClient.deleteMetricPolicy(Consumer<DeleteMetricPolicyRequest.Builder> deleteMetricPolicyRequest) |
Deletes the metric policy that is associated with the specified container.
|
default DeleteMetricPolicyResponse |
MediaStoreClient.deleteMetricPolicy(DeleteMetricPolicyRequest deleteMetricPolicyRequest) |
Deletes the metric policy that is associated with the specified container.
|
default GetContainerPolicyResponse |
MediaStoreClient.getContainerPolicy(Consumer<GetContainerPolicyRequest.Builder> getContainerPolicyRequest) |
Retrieves the access policy for the specified container.
|
default GetContainerPolicyResponse |
MediaStoreClient.getContainerPolicy(GetContainerPolicyRequest getContainerPolicyRequest) |
Retrieves the access policy for the specified container.
|
default GetLifecyclePolicyResponse |
MediaStoreClient.getLifecyclePolicy(Consumer<GetLifecyclePolicyRequest.Builder> getLifecyclePolicyRequest) |
Retrieves the object lifecycle policy that is assigned to a container.
|
default GetLifecyclePolicyResponse |
MediaStoreClient.getLifecyclePolicy(GetLifecyclePolicyRequest getLifecyclePolicyRequest) |
Retrieves the object lifecycle policy that is assigned to a container.
|
default GetMetricPolicyResponse |
MediaStoreClient.getMetricPolicy(Consumer<GetMetricPolicyRequest.Builder> getMetricPolicyRequest) |
Returns the metric policy for the specified container.
|
default GetMetricPolicyResponse |
MediaStoreClient.getMetricPolicy(GetMetricPolicyRequest getMetricPolicyRequest) |
Returns the metric policy for the specified container.
|