Uses of Class
software.amazon.awssdk.services.ecr.model.PullThroughCacheRule
-
Packages that use PullThroughCacheRule Package Description software.amazon.awssdk.services.ecr.model software.amazon.awssdk.services.ecr.paginators -
-
Uses of PullThroughCacheRule in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type PullThroughCacheRule Modifier and Type Method Description List<PullThroughCacheRule>DescribePullThroughCacheRulesResponse. pullThroughCacheRules()The details of the pull through cache rules.Methods in software.amazon.awssdk.services.ecr.model with parameters of type PullThroughCacheRule Modifier and Type Method Description DescribePullThroughCacheRulesResponse.BuilderDescribePullThroughCacheRulesResponse.Builder. pullThroughCacheRules(PullThroughCacheRule... pullThroughCacheRules)The details of the pull through cache rules.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type PullThroughCacheRule Modifier and Type Method Description DescribePullThroughCacheRulesResponse.BuilderDescribePullThroughCacheRulesResponse.Builder. pullThroughCacheRules(Collection<PullThroughCacheRule> pullThroughCacheRules)The details of the pull through cache rules. -
Uses of PullThroughCacheRule in software.amazon.awssdk.services.ecr.paginators
Methods in software.amazon.awssdk.services.ecr.paginators that return types with arguments of type PullThroughCacheRule Modifier and Type Method Description SdkIterable<PullThroughCacheRule>DescribePullThroughCacheRulesIterable. pullThroughCacheRules()Returns an iterable to iterate through the paginatedDescribePullThroughCacheRulesResponse.pullThroughCacheRules()member.SdkPublisher<PullThroughCacheRule>DescribePullThroughCacheRulesPublisher. pullThroughCacheRules()Returns a publisher that can be used to get a stream of data.
-