Uses of Class
software.amazon.awssdk.services.quicksight.model.StyledCellType
-
Packages that use StyledCellType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of StyledCellType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return StyledCellType Modifier and Type Method Description StyledCellTypeTableStyleTarget. cellType()The cell type of the table style target.static StyledCellTypeStyledCellType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StyledCellTypeStyledCellType. valueOf(String name)Returns the enum constant of this type with the specified name.static StyledCellType[]StyledCellType. 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 StyledCellType Modifier and Type Method Description static Set<StyledCellType>StyledCellType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type StyledCellType Modifier and Type Method Description TableStyleTarget.BuilderTableStyleTarget.Builder. cellType(StyledCellType cellType)The cell type of the table style target.
-