Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TablePinnedFieldOptions |
TablePinnedFieldOptions.clone() |
TablePinnedFieldOptions |
TableFieldOptions.getPinnedFieldOptions()
The settings for the pinned columns of a table visual.
|
TablePinnedFieldOptions |
TablePinnedFieldOptions.withPinnedLeftFields(Collection<String> pinnedLeftFields)
A list of columns to be pinned to the left of a table visual.
|
TablePinnedFieldOptions |
TablePinnedFieldOptions.withPinnedLeftFields(String... pinnedLeftFields)
A list of columns to be pinned to the left of a table visual.
|
Modifier and Type | Method and Description |
---|---|
void |
TableFieldOptions.setPinnedFieldOptions(TablePinnedFieldOptions pinnedFieldOptions)
The settings for the pinned columns of a table visual.
|
TableFieldOptions |
TableFieldOptions.withPinnedFieldOptions(TablePinnedFieldOptions pinnedFieldOptions)
The settings for the pinned columns of a table visual.
|
Copyright © 2023. All rights reserved.