Uses of Class
software.amazon.awssdk.services.ecr.model.TagStatus
-
Packages that use TagStatus Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of TagStatus in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return TagStatus Modifier and Type Method Description static TagStatusTagStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TagStatusDescribeImagesFilter. tagStatus()The tag status with which to filter your DescribeImages results.TagStatusLifecyclePolicyPreviewFilter. tagStatus()The tag status of the image.TagStatusListImagesFilter. tagStatus()The tag status with which to filter your ListImages results.static TagStatusTagStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TagStatus[]TagStatus. 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 TagStatus Modifier and Type Method Description static Set<TagStatus>TagStatus. knownValues()Methods in software.amazon.awssdk.services.ecr.model with parameters of type TagStatus Modifier and Type Method Description DescribeImagesFilter.BuilderDescribeImagesFilter.Builder. tagStatus(TagStatus tagStatus)The tag status with which to filter your DescribeImages results.LifecyclePolicyPreviewFilter.BuilderLifecyclePolicyPreviewFilter.Builder. tagStatus(TagStatus tagStatus)The tag status of the image.ListImagesFilter.BuilderListImagesFilter.Builder. tagStatus(TagStatus tagStatus)The tag status with which to filter your ListImages results.
-