Uses of Class
software.amazon.awssdk.services.quicksight.model.PivotTableConditionalFormattingScopeRole
-
Packages that use PivotTableConditionalFormattingScopeRole Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PivotTableConditionalFormattingScopeRole in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return PivotTableConditionalFormattingScopeRole Modifier and Type Method Description static PivotTableConditionalFormattingScopeRolePivotTableConditionalFormattingScopeRole. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PivotTableConditionalFormattingScopeRolePivotTableConditionalFormattingScope. role()The role (field, field total, grand total) of the cell for conditional formatting.static PivotTableConditionalFormattingScopeRolePivotTableConditionalFormattingScopeRole. valueOf(String name)Returns the enum constant of this type with the specified name.static PivotTableConditionalFormattingScopeRole[]PivotTableConditionalFormattingScopeRole. 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 PivotTableConditionalFormattingScopeRole Modifier and Type Method Description static Set<PivotTableConditionalFormattingScopeRole>PivotTableConditionalFormattingScopeRole. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type PivotTableConditionalFormattingScopeRole Modifier and Type Method Description PivotTableConditionalFormattingScope.BuilderPivotTableConditionalFormattingScope.Builder. role(PivotTableConditionalFormattingScopeRole role)The role (field, field total, grand total) of the cell for conditional formatting.
-