| 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.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.
|
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.withUpstreamRegistry(String upstreamRegistry)
The name of the upstream registry.
|
CreatePullThroughCacheRuleRequest |
CreatePullThroughCacheRuleRequest.withUpstreamRegistry(UpstreamRegistry upstreamRegistry)
The name of the upstream registry.
|
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 © 2023. All rights reserved.