Uses of Class
software.amazon.awssdk.services.ecrpublic.model.RepositoryPolicyNotFoundException
-
Packages that use RepositoryPolicyNotFoundException Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public -
-
Uses of RepositoryPolicyNotFoundException in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic that throw RepositoryPolicyNotFoundException Modifier and Type Method Description default DeleteRepositoryPolicyResponseEcrPublicClient. deleteRepositoryPolicy(Consumer<DeleteRepositoryPolicyRequest.Builder> deleteRepositoryPolicyRequest)Deletes the repository policy that's associated with the specified repository.default DeleteRepositoryPolicyResponseEcrPublicClient. deleteRepositoryPolicy(DeleteRepositoryPolicyRequest deleteRepositoryPolicyRequest)Deletes the repository policy that's associated with the specified repository.default GetRepositoryPolicyResponseEcrPublicClient. getRepositoryPolicy(Consumer<GetRepositoryPolicyRequest.Builder> getRepositoryPolicyRequest)Retrieves the repository policy for the specified repository.default GetRepositoryPolicyResponseEcrPublicClient. getRepositoryPolicy(GetRepositoryPolicyRequest getRepositoryPolicyRequest)Retrieves the repository policy for the specified repository.
-