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