Uses of Class
software.amazon.awssdk.services.quicksight.model.PluginVisualFieldWell
-
Packages that use PluginVisualFieldWell Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PluginVisualFieldWell in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type PluginVisualFieldWell Modifier and Type Method Description List<PluginVisualFieldWell>PluginVisualConfiguration. fieldWells()The field wells configuration of the plugin visual.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type PluginVisualFieldWell Modifier and Type Method Description PluginVisualConfiguration.BuilderPluginVisualConfiguration.Builder. fieldWells(PluginVisualFieldWell... fieldWells)The field wells configuration of the plugin visual.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type PluginVisualFieldWell Modifier and Type Method Description PluginVisualConfiguration.BuilderPluginVisualConfiguration.Builder. fieldWells(Collection<PluginVisualFieldWell> fieldWells)The field wells configuration of the plugin visual.
-