Uses of Class
software.amazon.awssdk.services.ecr.model.RegistryPolicyNotFoundException
-
Packages that use RegistryPolicyNotFoundException Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of RegistryPolicyNotFoundException in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that throw RegistryPolicyNotFoundException Modifier and Type Method Description default DeleteRegistryPolicyResponseEcrClient. deleteRegistryPolicy(Consumer<DeleteRegistryPolicyRequest.Builder> deleteRegistryPolicyRequest)Deletes the registry permissions policy.default DeleteRegistryPolicyResponseEcrClient. deleteRegistryPolicy(DeleteRegistryPolicyRequest deleteRegistryPolicyRequest)Deletes the registry permissions policy.default GetRegistryPolicyResponseEcrClient. getRegistryPolicy(Consumer<GetRegistryPolicyRequest.Builder> getRegistryPolicyRequest)Retrieves the permissions policy for a registry.default GetRegistryPolicyResponseEcrClient. getRegistryPolicy(GetRegistryPolicyRequest getRegistryPolicyRequest)Retrieves the permissions policy for a registry.
-