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