Uses of Class
software.amazon.awssdk.services.ecr.model.PutLifecyclePolicyResponse
-
Packages that use PutLifecyclePolicyResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of PutLifecyclePolicyResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return PutLifecyclePolicyResponse Modifier and Type Method Description default PutLifecyclePolicyResponseEcrClient. putLifecyclePolicy(Consumer<PutLifecyclePolicyRequest.Builder> putLifecyclePolicyRequest)Creates or updates the lifecycle policy for the specified repository.default PutLifecyclePolicyResponseEcrClient. putLifecyclePolicy(PutLifecyclePolicyRequest putLifecyclePolicyRequest)Creates or updates the lifecycle policy for the specified repository.Methods in software.amazon.awssdk.services.ecr that return types with arguments of type PutLifecyclePolicyResponse Modifier and Type Method Description default CompletableFuture<PutLifecyclePolicyResponse>EcrAsyncClient. putLifecyclePolicy(Consumer<PutLifecyclePolicyRequest.Builder> putLifecyclePolicyRequest)Creates or updates the lifecycle policy for the specified repository.default CompletableFuture<PutLifecyclePolicyResponse>EcrAsyncClient. putLifecyclePolicy(PutLifecyclePolicyRequest putLifecyclePolicyRequest)Creates or updates the lifecycle policy for the specified repository.
-