Uses of Class
software.amazon.awssdk.services.quicksight.model.TransposedTableOption
-
Packages that use TransposedTableOption Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TransposedTableOption in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TransposedTableOption Modifier and Type Method Description List<TransposedTableOption>TableFieldOptions. transposedTableOptions()TheTableOptionsof a transposed table.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TransposedTableOption Modifier and Type Method Description TableFieldOptions.BuilderTableFieldOptions.Builder. transposedTableOptions(TransposedTableOption... transposedTableOptions)TheTableOptionsof a transposed table.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TransposedTableOption Modifier and Type Method Description TableFieldOptions.BuilderTableFieldOptions.Builder. transposedTableOptions(Collection<TransposedTableOption> transposedTableOptions)TheTableOptionsof a transposed table.
-