Uses of Class
software.amazon.awssdk.services.quicksight.model.BaseMapStyleType
-
Packages that use BaseMapStyleType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of BaseMapStyleType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return BaseMapStyleType Modifier and Type Method Description BaseMapStyleTypeGeospatialMapStyleOptions. baseMapStyle()The base map style of the geospatial map.static BaseMapStyleTypeBaseMapStyleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BaseMapStyleTypeBaseMapStyleType. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseMapStyleType[]BaseMapStyleType. 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 BaseMapStyleType Modifier and Type Method Description static Set<BaseMapStyleType>BaseMapStyleType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type BaseMapStyleType Modifier and Type Method Description GeospatialMapStyleOptions.BuilderGeospatialMapStyleOptions.Builder. baseMapStyle(BaseMapStyleType baseMapStyle)The base map style of the geospatial map.
-