Uses of Enum Class
software.amazon.awscdk.services.ecr.TagMutability
Packages that use TagMutability
-
Uses of TagMutability in software.amazon.awscdk.services.ecr
Methods in software.amazon.awscdk.services.ecr that return TagMutabilityModifier and TypeMethodDescriptiondefault TagMutabilityRepositoryProps.getImageTagMutability()The tag mutability setting for the repository.final TagMutabilityRepositoryProps.Jsii$Proxy.getImageTagMutability()static TagMutabilityReturns the enum constant of this class with the specified name.static TagMutability[]TagMutability.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ecr with parameters of type TagMutabilityModifier and TypeMethodDescriptionRepository.Builder.imageTagMutability(TagMutability imageTagMutability) The tag mutability setting for the repository.RepositoryProps.Builder.imageTagMutability(TagMutability imageTagMutability) Sets the value ofRepositoryProps.getImageTagMutability()