Uses of Class
software.amazon.awssdk.services.quicksight.model.UnaggregatedField
-
Packages that use UnaggregatedField Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of UnaggregatedField in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UnaggregatedField Modifier and Type Method Description UnaggregatedFieldGeospatialLayerJoinDefinition. datasetKeyField()Returns the value of the DatasetKeyField property for this object.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UnaggregatedField Modifier and Type Method Description List<UnaggregatedField>PluginVisualFieldWell. unaggregated()A list of unaggregated fields that exist in the field well.List<UnaggregatedField>TableUnaggregatedFieldWells. values()The values field well for a pivot table.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type UnaggregatedField Modifier and Type Method Description GeospatialLayerJoinDefinition.BuilderGeospatialLayerJoinDefinition.Builder. datasetKeyField(UnaggregatedField datasetKeyField)Sets the value of the DatasetKeyField property for this object.PluginVisualFieldWell.BuilderPluginVisualFieldWell.Builder. unaggregated(UnaggregatedField... unaggregated)A list of unaggregated fields that exist in the field well.TableUnaggregatedFieldWells.BuilderTableUnaggregatedFieldWells.Builder. values(UnaggregatedField... values)The values field well for a pivot table.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type UnaggregatedField Modifier and Type Method Description PluginVisualFieldWell.BuilderPluginVisualFieldWell.Builder. unaggregated(Collection<UnaggregatedField> unaggregated)A list of unaggregated fields that exist in the field well.TableUnaggregatedFieldWells.BuilderTableUnaggregatedFieldWells.Builder. values(Collection<UnaggregatedField> values)The values field well for a pivot table.
-