Uses of Class
software.amazon.awssdk.services.quicksight.model.SetParameterValueConfiguration
-
Packages that use SetParameterValueConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SetParameterValueConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SetParameterValueConfiguration Modifier and Type Method Description List<SetParameterValueConfiguration>CustomActionSetParametersOperation. parameterValueConfigurations()The parameter that determines the value configuration.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SetParameterValueConfiguration Modifier and Type Method Description CustomActionSetParametersOperation.BuilderCustomActionSetParametersOperation.Builder. parameterValueConfigurations(SetParameterValueConfiguration... parameterValueConfigurations)The parameter that determines the value configuration.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SetParameterValueConfiguration Modifier and Type Method Description CustomActionSetParametersOperation.BuilderCustomActionSetParametersOperation.Builder. parameterValueConfigurations(Collection<SetParameterValueConfiguration> parameterValueConfigurations)The parameter that determines the value configuration.
-