| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
PivotTableFieldOption |
PivotTableFieldOption.clone() |
PivotTableFieldOption |
PivotTableFieldOption.withCustomLabel(String customLabel)
The custom label of the pivot table field.
|
PivotTableFieldOption |
PivotTableFieldOption.withFieldId(String fieldId)
The field ID of the pivot table field.
|
PivotTableFieldOption |
PivotTableFieldOption.withVisibility(String visibility)
The visibility of the pivot table field.
|
PivotTableFieldOption |
PivotTableFieldOption.withVisibility(Visibility visibility)
The visibility of the pivot table field.
|
| Modifier and Type | Method and Description |
|---|---|
List<PivotTableFieldOption> |
PivotTableFieldOptions.getSelectedFieldOptions()
The selected field options for the pivot table field options.
|
| Modifier and Type | Method and Description |
|---|---|
PivotTableFieldOptions |
PivotTableFieldOptions.withSelectedFieldOptions(PivotTableFieldOption... selectedFieldOptions)
The selected field options for the pivot table field options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PivotTableFieldOptions.setSelectedFieldOptions(Collection<PivotTableFieldOption> selectedFieldOptions)
The selected field options for the pivot table field options.
|
PivotTableFieldOptions |
PivotTableFieldOptions.withSelectedFieldOptions(Collection<PivotTableFieldOption> selectedFieldOptions)
The selected field options for the pivot table field options.
|
Copyright © 2024. All rights reserved.