| Package | Description |
|---|---|
| com.amazonaws.services.ecr |
|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePullThroughCacheRuleResult> |
AmazonECRAsyncClient.updatePullThroughCacheRuleAsync(UpdatePullThroughCacheRuleRequest request,
AsyncHandler<UpdatePullThroughCacheRuleRequest,UpdatePullThroughCacheRuleResult> asyncHandler) |
Future<UpdatePullThroughCacheRuleResult> |
AbstractAmazonECRAsync.updatePullThroughCacheRuleAsync(UpdatePullThroughCacheRuleRequest request,
AsyncHandler<UpdatePullThroughCacheRuleRequest,UpdatePullThroughCacheRuleResult> asyncHandler) |
Future<UpdatePullThroughCacheRuleResult> |
AmazonECRAsync.updatePullThroughCacheRuleAsync(UpdatePullThroughCacheRuleRequest updatePullThroughCacheRuleRequest,
AsyncHandler<UpdatePullThroughCacheRuleRequest,UpdatePullThroughCacheRuleResult> asyncHandler)
Updates an existing pull through cache rule.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePullThroughCacheRuleRequest |
UpdatePullThroughCacheRuleRequest.clone() |
UpdatePullThroughCacheRuleRequest |
UpdatePullThroughCacheRuleRequest.withCredentialArn(String credentialArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that identifies the credentials
to authenticate to the upstream registry.
|
UpdatePullThroughCacheRuleRequest |
UpdatePullThroughCacheRuleRequest.withEcrRepositoryPrefix(String ecrRepositoryPrefix)
The repository name prefix to use when caching images from the source registry.
|
UpdatePullThroughCacheRuleRequest |
UpdatePullThroughCacheRuleRequest.withRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry associated with the pull through cache rule.
|
Copyright © 2024. All rights reserved.