Uses of Class
software.amazon.awssdk.services.ecr.model.RCTAppliedFor
-
Packages that use RCTAppliedFor Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of RCTAppliedFor in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return RCTAppliedFor Modifier and Type Method Description static RCTAppliedForRCTAppliedFor. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RCTAppliedForRCTAppliedFor. 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.Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type RCTAppliedFor Modifier and Type Method Description List<RCTAppliedFor>CreateRepositoryCreationTemplateRequest. appliedFor()A list of enumerable strings representing the Amazon ECR repository creation scenarios that this template will apply towards.List<RCTAppliedFor>RepositoryCreationTemplate. appliedFor()A list of enumerable Strings representing the repository creation scenarios that this template will apply towards.List<RCTAppliedFor>UpdateRepositoryCreationTemplateRequest. appliedFor()Updates the list of enumerable strings representing the Amazon ECR repository creation scenarios that this template will apply towards.static Set<RCTAppliedFor>RCTAppliedFor. knownValues()Methods in software.amazon.awssdk.services.ecr.model with parameters of type RCTAppliedFor Modifier and Type Method Description CreateRepositoryCreationTemplateRequest.BuilderCreateRepositoryCreationTemplateRequest.Builder. appliedFor(RCTAppliedFor... appliedFor)A list of enumerable strings representing the Amazon ECR repository creation scenarios that this template will apply towards.RepositoryCreationTemplate.BuilderRepositoryCreationTemplate.Builder. appliedFor(RCTAppliedFor... appliedFor)A list of enumerable Strings representing the repository creation scenarios that this template will apply towards.UpdateRepositoryCreationTemplateRequest.BuilderUpdateRepositoryCreationTemplateRequest.Builder. appliedFor(RCTAppliedFor... appliedFor)Updates the list of enumerable strings representing the Amazon ECR repository creation scenarios that this template will apply towards.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type RCTAppliedFor Modifier and Type Method Description CreateRepositoryCreationTemplateRequest.BuilderCreateRepositoryCreationTemplateRequest.Builder. appliedFor(Collection<RCTAppliedFor> appliedFor)A list of enumerable strings representing the Amazon ECR repository creation scenarios that this template will apply towards.RepositoryCreationTemplate.BuilderRepositoryCreationTemplate.Builder. appliedFor(Collection<RCTAppliedFor> appliedFor)A list of enumerable Strings representing the repository creation scenarios that this template will apply towards.UpdateRepositoryCreationTemplateRequest.BuilderUpdateRepositoryCreationTemplateRequest.Builder. appliedFor(Collection<RCTAppliedFor> appliedFor)Updates the list of enumerable strings representing the Amazon ECR repository creation scenarios that this template will apply towards.
-