Uses of Class
software.amazon.awssdk.services.ecr.model.ImageTagMutability
-
Packages that use ImageTagMutability Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of ImageTagMutability in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return ImageTagMutability Modifier and Type Method Description static ImageTagMutabilityImageTagMutability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImageTagMutabilityCreateRepositoryCreationTemplateRequest. imageTagMutability()The tag mutability setting for the repository.ImageTagMutabilityCreateRepositoryRequest. imageTagMutability()The tag mutability setting for the repository.ImageTagMutabilityPutImageTagMutabilityRequest. imageTagMutability()The tag mutability setting for the repository.ImageTagMutabilityPutImageTagMutabilityResponse. imageTagMutability()The image tag mutability setting for the repository.ImageTagMutabilityRepository. imageTagMutability()The tag mutability setting for the repository.ImageTagMutabilityRepositoryCreationTemplate. imageTagMutability()The tag mutability setting for the repository.ImageTagMutabilityUpdateRepositoryCreationTemplateRequest. imageTagMutability()Updates the tag mutability setting for the repository.static ImageTagMutabilityImageTagMutability. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageTagMutability[]ImageTagMutability. 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 ImageTagMutability Modifier and Type Method Description static Set<ImageTagMutability>ImageTagMutability. knownValues()Methods in software.amazon.awssdk.services.ecr.model with parameters of type ImageTagMutability Modifier and Type Method Description CreateRepositoryCreationTemplateRequest.BuilderCreateRepositoryCreationTemplateRequest.Builder. imageTagMutability(ImageTagMutability imageTagMutability)The tag mutability setting for the repository.CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. imageTagMutability(ImageTagMutability imageTagMutability)The tag mutability setting for the repository.PutImageTagMutabilityRequest.BuilderPutImageTagMutabilityRequest.Builder. imageTagMutability(ImageTagMutability imageTagMutability)The tag mutability setting for the repository.PutImageTagMutabilityResponse.BuilderPutImageTagMutabilityResponse.Builder. imageTagMutability(ImageTagMutability imageTagMutability)The image tag mutability setting for the repository.Repository.BuilderRepository.Builder. imageTagMutability(ImageTagMutability imageTagMutability)The tag mutability setting for the repository.RepositoryCreationTemplate.BuilderRepositoryCreationTemplate.Builder. imageTagMutability(ImageTagMutability imageTagMutability)The tag mutability setting for the repository.UpdateRepositoryCreationTemplateRequest.BuilderUpdateRepositoryCreationTemplateRequest.Builder. imageTagMutability(ImageTagMutability imageTagMutability)Updates the tag mutability setting for the repository.
-