Uses of Class
software.amazon.awssdk.services.quicksight.model.GeospatialColorState
-
Packages that use GeospatialColorState Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialColorState in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialColorState Modifier and Type Method Description static GeospatialColorStateGeospatialColorState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GeospatialColorStateGeospatialSolidColor. state()Enables and disables the view state of the color.static GeospatialColorStateGeospatialColorState. valueOf(String name)Returns the enum constant of this type with the specified name.static GeospatialColorState[]GeospatialColorState. 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 GeospatialColorState Modifier and Type Method Description static Set<GeospatialColorState>GeospatialColorState. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GeospatialColorState Modifier and Type Method Description GeospatialSolidColor.BuilderGeospatialSolidColor.Builder. state(GeospatialColorState state)Enables and disables the view state of the color.
-