| Package | Description |
|---|---|
| com.amazonaws.services.ecr |
|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.clone() |
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withAppliedFor(Collection<String> appliedFor)
Updates the list of enumerable strings representing the Amazon ECR repository creation scenarios that this
template will apply towards.
|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withAppliedFor(RCTAppliedFor... appliedFor)
Updates the list of enumerable strings representing the Amazon ECR repository creation scenarios that this
template will apply towards.
|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withAppliedFor(String... appliedFor)
Updates the list of enumerable strings representing the Amazon ECR repository creation scenarios that this
template will apply towards.
|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withCustomRoleArn(String customRoleArn)
The ARN of the role to be assumed by Amazon ECR.
|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withDescription(String description)
A description for the repository creation template.
|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withEncryptionConfiguration(EncryptionConfigurationForRepositoryCreationTemplate encryptionConfiguration) |
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withImageTagMutability(ImageTagMutability imageTagMutability)
Updates the tag mutability setting for the repository.
|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withImageTagMutability(String imageTagMutability)
Updates the tag mutability setting for the repository.
|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withLifecyclePolicy(String lifecyclePolicy)
Updates the lifecycle policy associated with the specified repository creation template.
|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withPrefix(String prefix)
The repository namespace prefix that matches an existing repository creation template in the registry.
|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withRepositoryPolicy(String repositoryPolicy)
Updates the repository policy created using the template.
|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withResourceTags(Collection<Tag> resourceTags)
The metadata to apply to the repository to help you categorize and organize.
|
UpdateRepositoryCreationTemplateRequest |
UpdateRepositoryCreationTemplateRequest.withResourceTags(Tag... resourceTags)
The metadata to apply to the repository to help you categorize and organize.
|
Copyright © 2025. All rights reserved.