Uses of Class
software.amazon.awssdk.services.ecr.model.DeleteLifecyclePolicyResponse
-
Packages that use DeleteLifecyclePolicyResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of DeleteLifecyclePolicyResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return DeleteLifecyclePolicyResponse Modifier and Type Method Description default DeleteLifecyclePolicyResponseEcrClient. deleteLifecyclePolicy(Consumer<DeleteLifecyclePolicyRequest.Builder> deleteLifecyclePolicyRequest)Deletes the lifecycle policy associated with the specified repository.default DeleteLifecyclePolicyResponseEcrClient. deleteLifecyclePolicy(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest)Deletes the lifecycle policy associated with the specified repository.Methods in software.amazon.awssdk.services.ecr that return types with arguments of type DeleteLifecyclePolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteLifecyclePolicyResponse>EcrAsyncClient. deleteLifecyclePolicy(Consumer<DeleteLifecyclePolicyRequest.Builder> deleteLifecyclePolicyRequest)Deletes the lifecycle policy associated with the specified repository.default CompletableFuture<DeleteLifecyclePolicyResponse>EcrAsyncClient. deleteLifecyclePolicy(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest)Deletes the lifecycle policy associated with the specified repository.
-