Uses of Class
software.amazon.awssdk.services.geomaps.model.ColorScheme
-
Packages that use ColorScheme Package Description software.amazon.awssdk.services.geomaps.model -
-
Uses of ColorScheme in software.amazon.awssdk.services.geomaps.model
Methods in software.amazon.awssdk.services.geomaps.model that return ColorScheme Modifier and Type Method Description ColorSchemeGetSpritesRequest. colorScheme()Sets color tone for map such as dark and light for specific map styles.ColorSchemeGetStyleDescriptorRequest. colorScheme()Sets color tone for map such as dark and light for specific map styles.static ColorSchemeColorScheme. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ColorSchemeColorScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static ColorScheme[]ColorScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.geomaps.model that return types with arguments of type ColorScheme Modifier and Type Method Description static Set<ColorScheme>ColorScheme. knownValues()Methods in software.amazon.awssdk.services.geomaps.model with parameters of type ColorScheme Modifier and Type Method Description GetSpritesRequest.BuilderGetSpritesRequest.Builder. colorScheme(ColorScheme colorScheme)Sets color tone for map such as dark and light for specific map styles.GetStyleDescriptorRequest.BuilderGetStyleDescriptorRequest.Builder. colorScheme(ColorScheme colorScheme)Sets color tone for map such as dark and light for specific map styles.
-