| Package | Description | 
|---|---|
| com.amazonaws.services.ecr | 
 | 
| com.amazonaws.services.ecr.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreatePullThroughCacheRuleResult> | 
AmazonECRAsyncClient.createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest request,
                               AsyncHandler<CreatePullThroughCacheRuleRequest,CreatePullThroughCacheRuleResult> asyncHandler)  | 
Future<CreatePullThroughCacheRuleResult> | 
AbstractAmazonECRAsync.createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest request,
                               AsyncHandler<CreatePullThroughCacheRuleRequest,CreatePullThroughCacheRuleResult> asyncHandler)  | 
Future<CreatePullThroughCacheRuleResult> | 
AmazonECRAsync.createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest createPullThroughCacheRuleRequest,
                               AsyncHandler<CreatePullThroughCacheRuleRequest,CreatePullThroughCacheRuleResult> asyncHandler)
 Creates a pull through cache rule. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreatePullThroughCacheRuleRequest | 
CreatePullThroughCacheRuleRequest.clone()  | 
CreatePullThroughCacheRuleRequest | 
CreatePullThroughCacheRuleRequest.withEcrRepositoryPrefix(String ecrRepositoryPrefix)
 The repository name prefix to use when caching images from the source registry. 
 | 
CreatePullThroughCacheRuleRequest | 
CreatePullThroughCacheRuleRequest.withRegistryId(String registryId)
 The Amazon Web Services account ID associated with the registry to create the pull through cache rule for. 
 | 
CreatePullThroughCacheRuleRequest | 
CreatePullThroughCacheRuleRequest.withUpstreamRegistryUrl(String upstreamRegistryUrl)
 The registry URL of the upstream public registry to use as the source for the pull through cache rule. 
 | 
Copyright © 2022. All rights reserved.