Uses of Class
software.amazon.awssdk.services.ecrpublic.model.GetRepositoryPolicyResponse
-
Packages that use GetRepositoryPolicyResponse Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public -
-
Uses of GetRepositoryPolicyResponse in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic that return GetRepositoryPolicyResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.ecrpublic that return types with arguments of type GetRepositoryPolicyResponse Modifier and Type Method Description default CompletableFuture<GetRepositoryPolicyResponse>EcrPublicAsyncClient. getRepositoryPolicy(Consumer<GetRepositoryPolicyRequest.Builder> getRepositoryPolicyRequest)Retrieves the repository policy for the specified repository.default CompletableFuture<GetRepositoryPolicyResponse>EcrPublicAsyncClient. getRepositoryPolicy(GetRepositoryPolicyRequest getRepositoryPolicyRequest)Retrieves the repository policy for the specified repository.
-