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