Uses of Class
software.amazon.awssdk.services.quicksight.model.ColumnTagName
-
Packages that use ColumnTagName Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ColumnTagName in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ColumnTagName Modifier and Type Method Description static ColumnTagNameColumnTagName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ColumnTagNameColumnTagName. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnTagName[]ColumnTagName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ColumnTagName Modifier and Type Method Description static Set<ColumnTagName>ColumnTagName. knownValues()List<ColumnTagName>UntagColumnOperation. tagNames()The column tags to remove from this column.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ColumnTagName Modifier and Type Method Description UntagColumnOperation.BuilderUntagColumnOperation.Builder. tagNames(ColumnTagName... tagNames)The column tags to remove from this column.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ColumnTagName Modifier and Type Method Description UntagColumnOperation.BuilderUntagColumnOperation.Builder. tagNames(Collection<ColumnTagName> tagNames)The column tags to remove from this column.
-