| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
PullThroughCacheRule |
PullThroughCacheRule.clone() |
PullThroughCacheRule |
PullThroughCacheRule.withCreatedAt(Date createdAt)
The date and time the pull through cache was created.
|
PullThroughCacheRule |
PullThroughCacheRule.withCredentialArn(String credentialArn)
The ARN of the Secrets Manager secret associated with the pull through cache rule.
|
PullThroughCacheRule |
PullThroughCacheRule.withEcrRepositoryPrefix(String ecrRepositoryPrefix)
The Amazon ECR repository prefix associated with the pull through cache rule.
|
PullThroughCacheRule |
PullThroughCacheRule.withRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
|
PullThroughCacheRule |
PullThroughCacheRule.withUpdatedAt(Date updatedAt)
The date and time, in JavaScript date format, when the pull through cache rule was last updated.
|
PullThroughCacheRule |
PullThroughCacheRule.withUpstreamRegistry(String upstreamRegistry)
The name of the upstream source registry associated with the pull through cache rule.
|
PullThroughCacheRule |
PullThroughCacheRule.withUpstreamRegistry(UpstreamRegistry upstreamRegistry)
The name of the upstream source registry associated with the pull through cache rule.
|
PullThroughCacheRule |
PullThroughCacheRule.withUpstreamRegistryUrl(String upstreamRegistryUrl)
The upstream registry URL associated with the pull through cache rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<PullThroughCacheRule> |
DescribePullThroughCacheRulesResult.getPullThroughCacheRules()
The details of the pull through cache rules.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePullThroughCacheRulesResult |
DescribePullThroughCacheRulesResult.withPullThroughCacheRules(PullThroughCacheRule... pullThroughCacheRules)
The details of the pull through cache rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePullThroughCacheRulesResult.setPullThroughCacheRules(Collection<PullThroughCacheRule> pullThroughCacheRules)
The details of the pull through cache rules.
|
DescribePullThroughCacheRulesResult |
DescribePullThroughCacheRulesResult.withPullThroughCacheRules(Collection<PullThroughCacheRule> pullThroughCacheRules)
The details of the pull through cache rules.
|
Copyright © 2024. All rights reserved.