Uses of Class
software.amazon.awssdk.services.quicksight.model.CustomActionURLOperation
-
Packages that use CustomActionURLOperation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CustomActionURLOperation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CustomActionURLOperation Modifier and Type Method Description CustomActionURLOperationImageCustomActionOperation. urlOperation()Returns the value of the URLOperation property for this object.CustomActionURLOperationLayerCustomActionOperation. urlOperation()Returns the value of the URLOperation property for this object.CustomActionURLOperationVisualCustomActionOperation. urlOperation()The URL operation that opens a link to another webpage.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CustomActionURLOperation Modifier and Type Method Description ImageCustomActionOperation.BuilderImageCustomActionOperation.Builder. urlOperation(CustomActionURLOperation urlOperation)Sets the value of the URLOperation property for this object.LayerCustomActionOperation.BuilderLayerCustomActionOperation.Builder. urlOperation(CustomActionURLOperation urlOperation)Sets the value of the URLOperation property for this object.VisualCustomActionOperation.BuilderVisualCustomActionOperation.Builder. urlOperation(CustomActionURLOperation urlOperation)The URL operation that opens a link to another webpage.
-