Uses of Class
software.amazon.awssdk.services.ecr.model.UpdatePullThroughCacheRuleResponse
-
Packages that use UpdatePullThroughCacheRuleResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of UpdatePullThroughCacheRuleResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return UpdatePullThroughCacheRuleResponse Modifier and Type Method Description default UpdatePullThroughCacheRuleResponseEcrClient. updatePullThroughCacheRule(Consumer<UpdatePullThroughCacheRuleRequest.Builder> updatePullThroughCacheRuleRequest)Updates an existing pull through cache rule.default UpdatePullThroughCacheRuleResponseEcrClient. updatePullThroughCacheRule(UpdatePullThroughCacheRuleRequest updatePullThroughCacheRuleRequest)Updates an existing pull through cache rule.Methods in software.amazon.awssdk.services.ecr that return types with arguments of type UpdatePullThroughCacheRuleResponse Modifier and Type Method Description default CompletableFuture<UpdatePullThroughCacheRuleResponse>EcrAsyncClient. updatePullThroughCacheRule(Consumer<UpdatePullThroughCacheRuleRequest.Builder> updatePullThroughCacheRuleRequest)Updates an existing pull through cache rule.default CompletableFuture<UpdatePullThroughCacheRuleResponse>EcrAsyncClient. updatePullThroughCacheRule(UpdatePullThroughCacheRuleRequest updatePullThroughCacheRuleRequest)Updates an existing pull through cache rule.
-