Uses of Class
software.amazon.awssdk.services.quicksight.model.PivotTableRowsLayout
-
Packages that use PivotTableRowsLayout Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PivotTableRowsLayout in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return PivotTableRowsLayout Modifier and Type Method Description static PivotTableRowsLayoutPivotTableRowsLayout. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PivotTableRowsLayoutPivotTableOptions. rowsLayout()The layout for the row dimension headers of a pivot table.static PivotTableRowsLayoutPivotTableRowsLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static PivotTableRowsLayout[]PivotTableRowsLayout. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type PivotTableRowsLayout Modifier and Type Method Description static Set<PivotTableRowsLayout>PivotTableRowsLayout. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type PivotTableRowsLayout Modifier and Type Method Description PivotTableOptions.BuilderPivotTableOptions.Builder. rowsLayout(PivotTableRowsLayout rowsLayout)The layout for the row dimension headers of a pivot table.
-