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