Uses of Class
software.amazon.awssdk.services.quicksight.model.TableFieldOption
-
Packages that use TableFieldOption Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TableFieldOption in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TableFieldOption Modifier and Type Method Description List<TableFieldOption>TableFieldOptions. selectedFieldOptions()The field options to be configured to a table.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TableFieldOption Modifier and Type Method Description TableFieldOptions.BuilderTableFieldOptions.Builder. selectedFieldOptions(TableFieldOption... selectedFieldOptions)The field options to be configured to a table.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TableFieldOption Modifier and Type Method Description TableFieldOptions.BuilderTableFieldOptions.Builder. selectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)The field options to be configured to a table.
-