Uses of Class
software.amazon.awssdk.services.ecrpublic.model.DeleteRepositoryPolicyResponse
-
Packages that use DeleteRepositoryPolicyResponse Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public -
-
Uses of DeleteRepositoryPolicyResponse in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic that return DeleteRepositoryPolicyResponse 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.Methods in software.amazon.awssdk.services.ecrpublic that return types with arguments of type DeleteRepositoryPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteRepositoryPolicyResponse>EcrPublicAsyncClient. deleteRepositoryPolicy(Consumer<DeleteRepositoryPolicyRequest.Builder> deleteRepositoryPolicyRequest)Deletes the repository policy that's associated with the specified repository.default CompletableFuture<DeleteRepositoryPolicyResponse>EcrPublicAsyncClient. deleteRepositoryPolicy(DeleteRepositoryPolicyRequest deleteRepositoryPolicyRequest)Deletes the repository policy that's associated with the specified repository.
-