| Package | Description |
|---|---|
| com.amazonaws.services.ecr |
|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
UpdatePullThroughCacheRuleResult |
AbstractAmazonECR.updatePullThroughCacheRule(UpdatePullThroughCacheRuleRequest request) |
UpdatePullThroughCacheRuleResult |
AmazonECR.updatePullThroughCacheRule(UpdatePullThroughCacheRuleRequest updatePullThroughCacheRuleRequest)
Updates an existing pull through cache rule.
|
UpdatePullThroughCacheRuleResult |
AmazonECRClient.updatePullThroughCacheRule(UpdatePullThroughCacheRuleRequest request)
Updates an existing pull through cache rule.
|
| 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 |
|---|---|
UpdatePullThroughCacheRuleResult |
UpdatePullThroughCacheRuleResult.clone() |
UpdatePullThroughCacheRuleResult |
UpdatePullThroughCacheRuleResult.withCredentialArn(String credentialArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through
cache rule.
|
UpdatePullThroughCacheRuleResult |
UpdatePullThroughCacheRuleResult.withEcrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
|
UpdatePullThroughCacheRuleResult |
UpdatePullThroughCacheRuleResult.withRegistryId(String registryId)
The registry ID associated with the request.
|
UpdatePullThroughCacheRuleResult |
UpdatePullThroughCacheRuleResult.withUpdatedAt(Date updatedAt)
The date and time, in JavaScript date format, when the pull through cache rule was updated.
|
Copyright © 2024. All rights reserved.