Uses of Class
software.amazon.awssdk.services.ecr.model.DeleteRegistryPolicyResponse
-
Packages that use DeleteRegistryPolicyResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of DeleteRegistryPolicyResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return DeleteRegistryPolicyResponse Modifier and Type Method Description default DeleteRegistryPolicyResponseEcrClient. deleteRegistryPolicy(Consumer<DeleteRegistryPolicyRequest.Builder> deleteRegistryPolicyRequest)Deletes the registry permissions policy.default DeleteRegistryPolicyResponseEcrClient. deleteRegistryPolicy(DeleteRegistryPolicyRequest deleteRegistryPolicyRequest)Deletes the registry permissions policy.Methods in software.amazon.awssdk.services.ecr that return types with arguments of type DeleteRegistryPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteRegistryPolicyResponse>EcrAsyncClient. deleteRegistryPolicy(Consumer<DeleteRegistryPolicyRequest.Builder> deleteRegistryPolicyRequest)Deletes the registry permissions policy.default CompletableFuture<DeleteRegistryPolicyResponse>EcrAsyncClient. deleteRegistryPolicy(DeleteRegistryPolicyRequest deleteRegistryPolicyRequest)Deletes the registry permissions policy.
-