Uses of Class
software.amazon.awssdk.services.quicksight.model.CustomActionSetParametersOperation
-
Packages that use CustomActionSetParametersOperation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CustomActionSetParametersOperation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CustomActionSetParametersOperation Modifier and Type Method Description CustomActionSetParametersOperationImageCustomActionOperation. setParametersOperation()Returns the value of the SetParametersOperation property for this object.CustomActionSetParametersOperationLayerCustomActionOperation. setParametersOperation()Returns the value of the SetParametersOperation property for this object.CustomActionSetParametersOperationVisualCustomActionOperation. setParametersOperation()The set parameter operation that sets parameters in custom action.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CustomActionSetParametersOperation Modifier and Type Method Description ImageCustomActionOperation.BuilderImageCustomActionOperation.Builder. setParametersOperation(CustomActionSetParametersOperation setParametersOperation)Sets the value of the SetParametersOperation property for this object.LayerCustomActionOperation.BuilderLayerCustomActionOperation.Builder. setParametersOperation(CustomActionSetParametersOperation setParametersOperation)Sets the value of the SetParametersOperation property for this object.VisualCustomActionOperation.BuilderVisualCustomActionOperation.Builder. setParametersOperation(CustomActionSetParametersOperation setParametersOperation)The set parameter operation that sets parameters in custom action.
-