| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryCreationTemplate |
RepositoryCreationTemplate.clone() |
RepositoryCreationTemplate |
UpdateRepositoryCreationTemplateResult.getRepositoryCreationTemplate()
The details of the repository creation template associated with the request.
|
RepositoryCreationTemplate |
DeleteRepositoryCreationTemplateResult.getRepositoryCreationTemplate()
The details of the repository creation template that was deleted.
|
RepositoryCreationTemplate |
CreateRepositoryCreationTemplateResult.getRepositoryCreationTemplate()
The details of the repository creation template associated with the request.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withAppliedFor(Collection<String> appliedFor)
A list of enumerable Strings representing the repository creation scenarios that this template will apply
towards.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withAppliedFor(RCTAppliedFor... appliedFor)
A list of enumerable Strings representing the repository creation scenarios that this template will apply
towards.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withAppliedFor(String... appliedFor)
A list of enumerable Strings representing the repository creation scenarios that this template will apply
towards.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withCreatedAt(Date createdAt)
The date and time, in JavaScript date format, when the repository creation template was created.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withCustomRoleArn(String customRoleArn)
The ARN of the role to be assumed by Amazon ECR.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withDescription(String description)
The description associated with the repository creation template.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withEncryptionConfiguration(EncryptionConfigurationForRepositoryCreationTemplate encryptionConfiguration)
The encryption configuration associated with the repository creation template.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withImageTagMutability(ImageTagMutability imageTagMutability)
The tag mutability setting for the repository.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withImageTagMutability(String imageTagMutability)
The tag mutability setting for the repository.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withLifecyclePolicy(String lifecyclePolicy)
The lifecycle policy to use for repositories created using the template.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withPrefix(String prefix)
The repository namespace prefix associated with the repository creation template.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withRepositoryPolicy(String repositoryPolicy)
he repository policy to apply to repositories created using the template.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withResourceTags(Collection<Tag> resourceTags)
The metadata to apply to the repository to help you categorize and organize.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withResourceTags(Tag... resourceTags)
The metadata to apply to the repository to help you categorize and organize.
|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withUpdatedAt(Date updatedAt)
The date and time, in JavaScript date format, when the repository creation template was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryCreationTemplate> |
DescribeRepositoryCreationTemplatesResult.getRepositoryCreationTemplates()
The details of the repository creation templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRepositoryCreationTemplateResult.setRepositoryCreationTemplate(RepositoryCreationTemplate repositoryCreationTemplate)
The details of the repository creation template associated with the request.
|
void |
DeleteRepositoryCreationTemplateResult.setRepositoryCreationTemplate(RepositoryCreationTemplate repositoryCreationTemplate)
The details of the repository creation template that was deleted.
|
void |
CreateRepositoryCreationTemplateResult.setRepositoryCreationTemplate(RepositoryCreationTemplate repositoryCreationTemplate)
The details of the repository creation template associated with the request.
|
UpdateRepositoryCreationTemplateResult |
UpdateRepositoryCreationTemplateResult.withRepositoryCreationTemplate(RepositoryCreationTemplate repositoryCreationTemplate)
The details of the repository creation template associated with the request.
|
DeleteRepositoryCreationTemplateResult |
DeleteRepositoryCreationTemplateResult.withRepositoryCreationTemplate(RepositoryCreationTemplate repositoryCreationTemplate)
The details of the repository creation template that was deleted.
|
CreateRepositoryCreationTemplateResult |
CreateRepositoryCreationTemplateResult.withRepositoryCreationTemplate(RepositoryCreationTemplate repositoryCreationTemplate)
The details of the repository creation template associated with the request.
|
DescribeRepositoryCreationTemplatesResult |
DescribeRepositoryCreationTemplatesResult.withRepositoryCreationTemplates(RepositoryCreationTemplate... repositoryCreationTemplates)
The details of the repository creation templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRepositoryCreationTemplatesResult.setRepositoryCreationTemplates(Collection<RepositoryCreationTemplate> repositoryCreationTemplates)
The details of the repository creation templates.
|
DescribeRepositoryCreationTemplatesResult |
DescribeRepositoryCreationTemplatesResult.withRepositoryCreationTemplates(Collection<RepositoryCreationTemplate> repositoryCreationTemplates)
The details of the repository creation templates.
|
Copyright © 2025. All rights reserved.