| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
static RCTAppliedFor |
RCTAppliedFor.fromValue(String value)
Use this in place of valueOf.
|
static RCTAppliedFor |
RCTAppliedFor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RCTAppliedFor[] |
RCTAppliedFor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryCreationTemplate |
RepositoryCreationTemplate.withAppliedFor(RCTAppliedFor... appliedFor)
A list of enumerable Strings representing the 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.
|
CreateRepositoryCreationTemplateRequest |
CreateRepositoryCreationTemplateRequest.withAppliedFor(RCTAppliedFor... appliedFor)
A list of enumerable strings representing the Amazon ECR repository creation scenarios that this template will
apply towards.
|
Copyright © 2025. All rights reserved.