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