Uses of Class
software.amazon.awssdk.services.quicksight.model.CustomActionNavigationOperation
-
Packages that use CustomActionNavigationOperation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CustomActionNavigationOperation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CustomActionNavigationOperation Modifier and Type Method Description CustomActionNavigationOperationImageCustomActionOperation. navigationOperation()Returns the value of the NavigationOperation property for this object.CustomActionNavigationOperationLayerCustomActionOperation. navigationOperation()Returns the value of the NavigationOperation property for this object.CustomActionNavigationOperationVisualCustomActionOperation. navigationOperation()The navigation operation that navigates between different sheets in the same analysis.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CustomActionNavigationOperation Modifier and Type Method Description ImageCustomActionOperation.BuilderImageCustomActionOperation.Builder. navigationOperation(CustomActionNavigationOperation navigationOperation)Sets the value of the NavigationOperation property for this object.LayerCustomActionOperation.BuilderLayerCustomActionOperation.Builder. navigationOperation(CustomActionNavigationOperation navigationOperation)Sets the value of the NavigationOperation property for this object.VisualCustomActionOperation.BuilderVisualCustomActionOperation.Builder. navigationOperation(CustomActionNavigationOperation navigationOperation)The navigation operation that navigates between different sheets in the same analysis.
-