| 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.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.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 © 2022. All rights reserved.