Uses of Class
software.amazon.awssdk.services.quicksight.model.TextWrap
-
Packages that use TextWrap Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TextWrap in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TextWrap Modifier and Type Method Description static TextWrapTextWrap. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TextWrapTableCellStyle. textWrap()The text wrap (none, wrap) for the table cells.static TextWrapTextWrap. valueOf(String name)Returns the enum constant of this type with the specified name.static TextWrap[]TextWrap. 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 TextWrap Modifier and Type Method Description static Set<TextWrap>TextWrap. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TextWrap Modifier and Type Method Description TableCellStyle.BuilderTableCellStyle.Builder. textWrap(TextWrap textWrap)The text wrap (none, wrap) for the table cells.
-