Uses of Class
software.amazon.awssdk.services.quicksight.model.GeospatialMapNavigation
-
Packages that use GeospatialMapNavigation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialMapNavigation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialMapNavigation Modifier and Type Method Description static GeospatialMapNavigationGeospatialMapNavigation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GeospatialMapNavigationGeospatialMapState. mapNavigation()Enables or disables map navigation for a map.static GeospatialMapNavigationGeospatialMapNavigation. valueOf(String name)Returns the enum constant of this type with the specified name.static GeospatialMapNavigation[]GeospatialMapNavigation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialMapNavigation Modifier and Type Method Description static Set<GeospatialMapNavigation>GeospatialMapNavigation. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GeospatialMapNavigation Modifier and Type Method Description GeospatialMapState.BuilderGeospatialMapState.Builder. mapNavigation(GeospatialMapNavigation mapNavigation)Enables or disables map navigation for a map.
-