| Package | Description |
|---|---|
| com.amazonaws.services.ecr |
|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePullThroughCacheRuleResult |
AbstractAmazonECR.createPullThroughCacheRule(CreatePullThroughCacheRuleRequest request) |
CreatePullThroughCacheRuleResult |
AmazonECRClient.createPullThroughCacheRule(CreatePullThroughCacheRuleRequest request)
Creates a pull through cache rule.
|
CreatePullThroughCacheRuleResult |
AmazonECR.createPullThroughCacheRule(CreatePullThroughCacheRuleRequest createPullThroughCacheRuleRequest)
Creates a pull through cache rule.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePullThroughCacheRuleResult> |
AmazonECRAsyncClient.createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest request,
AsyncHandler<CreatePullThroughCacheRuleRequest,CreatePullThroughCacheRuleResult> asyncHandler) |
Future<CreatePullThroughCacheRuleResult> |
AmazonECRAsync.createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest createPullThroughCacheRuleRequest,
AsyncHandler<CreatePullThroughCacheRuleRequest,CreatePullThroughCacheRuleResult> asyncHandler)
Creates a pull through cache rule.
|
Future<CreatePullThroughCacheRuleResult> |
AbstractAmazonECRAsync.createPullThroughCacheRuleAsync(CreatePullThroughCacheRuleRequest request,
AsyncHandler<CreatePullThroughCacheRuleRequest,CreatePullThroughCacheRuleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePullThroughCacheRuleResult |
CreatePullThroughCacheRuleResult.clone() |
CreatePullThroughCacheRuleResult |
CreatePullThroughCacheRuleResult.withCreatedAt(Date createdAt)
The date and time, in JavaScript date format, when the pull through cache rule was created.
|
CreatePullThroughCacheRuleResult |
CreatePullThroughCacheRuleResult.withCredentialArn(String credentialArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through
cache rule.
|
CreatePullThroughCacheRuleResult |
CreatePullThroughCacheRuleResult.withEcrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
|
CreatePullThroughCacheRuleResult |
CreatePullThroughCacheRuleResult.withRegistryId(String registryId)
The registry ID associated with the request.
|
CreatePullThroughCacheRuleResult |
CreatePullThroughCacheRuleResult.withUpstreamRegistry(String upstreamRegistry)
The name of the upstream registry associated with the pull through cache rule.
|
CreatePullThroughCacheRuleResult |
CreatePullThroughCacheRuleResult.withUpstreamRegistry(UpstreamRegistry upstreamRegistry)
The name of the upstream registry associated with the pull through cache rule.
|
CreatePullThroughCacheRuleResult |
CreatePullThroughCacheRuleResult.withUpstreamRegistryUrl(String upstreamRegistryUrl)
The upstream registry URL associated with the pull through cache rule.
|
Copyright © 2023. All rights reserved.