Uses of Enum Class
software.amazon.awscdk.TagType
Packages that use TagType
-
Uses of TagType in software.amazon.awscdk
Methods in software.amazon.awscdk that return TagTypeModifier and TypeMethodDescriptionstatic TagTypeReturns the enum constant of this class with the specified name.static TagType[]TagType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk with parameters of type TagTypeConstructors in software.amazon.awscdk with parameters of type TagTypeModifierConstructorDescriptionTagManager(TagType tagType, String resourceTypeName) TagManager(TagType tagType, String resourceTypeName, Object initialTags) TagManager(TagType tagType, String resourceTypeName, Object initialTags, TagManagerOptions options)