| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FilterOperationSelectedFieldsConfiguration |
FilterOperationSelectedFieldsConfiguration.clone() |
FilterOperationSelectedFieldsConfiguration |
CustomActionFilterOperation.getSelectedFieldsConfiguration()
The configuration that chooses the fields to be filtered.
|
FilterOperationSelectedFieldsConfiguration |
FilterOperationSelectedFieldsConfiguration.withSelectedFieldOptions(SelectedFieldOptions selectedFieldOptions)
A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation. |
FilterOperationSelectedFieldsConfiguration |
FilterOperationSelectedFieldsConfiguration.withSelectedFieldOptions(String selectedFieldOptions)
A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation. |
FilterOperationSelectedFieldsConfiguration |
FilterOperationSelectedFieldsConfiguration.withSelectedFields(Collection<String> selectedFields)
Chooses the fields that are filtered in
CustomActionFilterOperation. |
FilterOperationSelectedFieldsConfiguration |
FilterOperationSelectedFieldsConfiguration.withSelectedFields(String... selectedFields)
Chooses the fields that are filtered in
CustomActionFilterOperation. |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomActionFilterOperation.setSelectedFieldsConfiguration(FilterOperationSelectedFieldsConfiguration selectedFieldsConfiguration)
The configuration that chooses the fields to be filtered.
|
CustomActionFilterOperation |
CustomActionFilterOperation.withSelectedFieldsConfiguration(FilterOperationSelectedFieldsConfiguration selectedFieldsConfiguration)
The configuration that chooses the fields to be filtered.
|
Copyright © 2023. All rights reserved.