Uses of Class
software.amazon.awssdk.services.quicksight.model.PivotTableFieldCollapseState
-
Packages that use PivotTableFieldCollapseState Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PivotTableFieldCollapseState in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return PivotTableFieldCollapseState Modifier and Type Method Description static PivotTableFieldCollapseStatePivotTableFieldCollapseState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PivotTableFieldCollapseStatePivotTableFieldCollapseStateOption. state()The state of the field target of a pivot table.static PivotTableFieldCollapseStatePivotTableFieldCollapseState. valueOf(String name)Returns the enum constant of this type with the specified name.static PivotTableFieldCollapseState[]PivotTableFieldCollapseState. 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 PivotTableFieldCollapseState Modifier and Type Method Description static Set<PivotTableFieldCollapseState>PivotTableFieldCollapseState. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type PivotTableFieldCollapseState Modifier and Type Method Description PivotTableFieldCollapseStateOption.BuilderPivotTableFieldCollapseStateOption.Builder. state(PivotTableFieldCollapseState state)The state of the field target of a pivot table.
-