Uses of Class
software.amazon.awssdk.services.ecrpublic.model.DeleteRepositoryPolicyRequest
-
Packages that use DeleteRepositoryPolicyRequest Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public software.amazon.awssdk.services.ecrpublic.transform -
-
Uses of DeleteRepositoryPolicyRequest in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic with parameters of type DeleteRepositoryPolicyRequest Modifier and Type Method Description default CompletableFuture<DeleteRepositoryPolicyResponse>EcrPublicAsyncClient. deleteRepositoryPolicy(DeleteRepositoryPolicyRequest 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. -
Uses of DeleteRepositoryPolicyRequest in software.amazon.awssdk.services.ecrpublic.transform
Methods in software.amazon.awssdk.services.ecrpublic.transform with parameters of type DeleteRepositoryPolicyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteRepositoryPolicyRequestMarshaller. marshall(DeleteRepositoryPolicyRequest deleteRepositoryPolicyRequest)
-