| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataLabelType |
DataLabelType.clone() |
DataLabelType |
DataLabelType.withDataPathLabelType(DataPathLabelType dataPathLabelType)
The option that specifies individual data values for labels.
|
DataLabelType |
DataLabelType.withFieldLabelType(FieldLabelType fieldLabelType)
Determines the label configuration for the entire field.
|
DataLabelType |
DataLabelType.withMaximumLabelType(MaximumLabelType maximumLabelType)
Determines the label configuration for the maximum value in a visual.
|
DataLabelType |
DataLabelType.withMinimumLabelType(MinimumLabelType minimumLabelType)
Determines the label configuration for the minimum value in a visual.
|
DataLabelType |
DataLabelType.withRangeEndsLabelType(RangeEndsLabelType rangeEndsLabelType)
Determines the label configuration for range end value in a visual.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataLabelType> |
DataLabelOptions.getDataLabelTypes()
The option that determines the data label type.
|
| Modifier and Type | Method and Description |
|---|---|
DataLabelOptions |
DataLabelOptions.withDataLabelTypes(DataLabelType... dataLabelTypes)
The option that determines the data label type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataLabelOptions.setDataLabelTypes(Collection<DataLabelType> dataLabelTypes)
The option that determines the data label type.
|
DataLabelOptions |
DataLabelOptions.withDataLabelTypes(Collection<DataLabelType> dataLabelTypes)
The option that determines the data label type.
|
Copyright © 2024. All rights reserved.