Uses of Class
software.amazon.awssdk.services.ecr.model.DescribePullThroughCacheRulesResponse
-
Packages that use DescribePullThroughCacheRulesResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry software.amazon.awssdk.services.ecr.paginators -
-
Uses of DescribePullThroughCacheRulesResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return DescribePullThroughCacheRulesResponse Modifier and Type Method Description default DescribePullThroughCacheRulesResponseEcrClient. describePullThroughCacheRules(Consumer<DescribePullThroughCacheRulesRequest.Builder> describePullThroughCacheRulesRequest)Returns the pull through cache rules for a registry.default DescribePullThroughCacheRulesResponseEcrClient. describePullThroughCacheRules(DescribePullThroughCacheRulesRequest describePullThroughCacheRulesRequest)Returns the pull through cache rules for a registry.Methods in software.amazon.awssdk.services.ecr that return types with arguments of type DescribePullThroughCacheRulesResponse Modifier and Type Method Description default CompletableFuture<DescribePullThroughCacheRulesResponse>EcrAsyncClient. describePullThroughCacheRules(Consumer<DescribePullThroughCacheRulesRequest.Builder> describePullThroughCacheRulesRequest)Returns the pull through cache rules for a registry.default CompletableFuture<DescribePullThroughCacheRulesResponse>EcrAsyncClient. describePullThroughCacheRules(DescribePullThroughCacheRulesRequest describePullThroughCacheRulesRequest)Returns the pull through cache rules for a registry. -
Uses of DescribePullThroughCacheRulesResponse in software.amazon.awssdk.services.ecr.paginators
Methods in software.amazon.awssdk.services.ecr.paginators that return types with arguments of type DescribePullThroughCacheRulesResponse Modifier and Type Method Description Iterator<DescribePullThroughCacheRulesResponse>DescribePullThroughCacheRulesIterable. iterator()Method parameters in software.amazon.awssdk.services.ecr.paginators with type arguments of type DescribePullThroughCacheRulesResponse Modifier and Type Method Description voidDescribePullThroughCacheRulesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribePullThroughCacheRulesResponse> subscriber)
-