| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
StyledCellType |
TableStyleTarget.cellType()
The cell type of the table style target.
|
static StyledCellType |
StyledCellType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static StyledCellType |
StyledCellType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<StyledCellType> |
StyledCellType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TableStyleTarget.Builder |
TableStyleTarget.Builder.cellType(StyledCellType cellType)
The cell type of the table style target.
|
Copyright © 2023. All rights reserved.