| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteLifecyclePolicyResponse |
EcrClient.deleteLifecyclePolicy(Consumer<DeleteLifecyclePolicyRequest.Builder> deleteLifecyclePolicyRequest)
Deletes the lifecycle policy associated with the specified repository.
|
default DeleteLifecyclePolicyResponse |
EcrClient.deleteLifecyclePolicy(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest)
Deletes the lifecycle policy associated with the specified repository.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.