Uses of Class
software.amazon.awssdk.services.ecr.model.CreatePullThroughCacheRuleResponse
-
Packages that use CreatePullThroughCacheRuleResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of CreatePullThroughCacheRuleResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return CreatePullThroughCacheRuleResponse Modifier and Type Method Description default CreatePullThroughCacheRuleResponseEcrClient. createPullThroughCacheRule(Consumer<CreatePullThroughCacheRuleRequest.Builder> createPullThroughCacheRuleRequest)Creates a pull through cache rule.default CreatePullThroughCacheRuleResponseEcrClient. createPullThroughCacheRule(CreatePullThroughCacheRuleRequest createPullThroughCacheRuleRequest)Creates a pull through cache rule.Methods in software.amazon.awssdk.services.ecr that return types with arguments of type CreatePullThroughCacheRuleResponse Modifier and Type Method Description default CompletableFuture<CreatePullThroughCacheRuleResponse>EcrAsyncClient. createPullThroughCacheRule(Consumer<CreatePullThroughCacheRuleRequest.Builder> createPullThroughCacheRuleRequest)Creates a pull through cache rule.default CompletableFuture<CreatePullThroughCacheRuleResponse>EcrAsyncClient. createPullThroughCacheRule(CreatePullThroughCacheRuleRequest createPullThroughCacheRuleRequest)Creates a pull through cache rule.
-