Uses of Class
software.amazon.awssdk.services.quicksight.model.TableBorderStyle
-
Packages that use TableBorderStyle Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TableBorderStyle in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TableBorderStyle Modifier and Type Method Description static TableBorderStyleTableBorderStyle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TableBorderStyleTableBorderOptions. style()The style (none, solid) of a table border.static TableBorderStyleTableBorderStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static TableBorderStyle[]TableBorderStyle. 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 TableBorderStyle Modifier and Type Method Description static Set<TableBorderStyle>TableBorderStyle. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TableBorderStyle Modifier and Type Method Description TableBorderOptions.BuilderTableBorderOptions.Builder. style(TableBorderStyle style)The style (none, solid) of a table border.
-