| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataPathLabelType |
DataPathLabelType.clone() |
DataPathLabelType |
DataLabelType.getDataPathLabelType()
The option that specifies individual data values for labels.
|
DataPathLabelType |
DataPathLabelType.withFieldId(String fieldId)
The field ID of the field that the data label needs to be applied to.
|
DataPathLabelType |
DataPathLabelType.withFieldValue(String fieldValue)
The actual value of the field that is labeled.
|
DataPathLabelType |
DataPathLabelType.withVisibility(String visibility)
The visibility of the data label.
|
DataPathLabelType |
DataPathLabelType.withVisibility(Visibility visibility)
The visibility of the data label.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataLabelType.setDataPathLabelType(DataPathLabelType dataPathLabelType)
The option that specifies individual data values for labels.
|
DataLabelType |
DataLabelType.withDataPathLabelType(DataPathLabelType dataPathLabelType)
The option that specifies individual data values for labels.
|
Copyright © 2023. All rights reserved.