Uses of Class
software.amazon.awssdk.services.geomaps.model.MapStyle
-
Packages that use MapStyle Package Description software.amazon.awssdk.services.geomaps.model -
-
Uses of MapStyle in software.amazon.awssdk.services.geomaps.model
Methods in software.amazon.awssdk.services.geomaps.model that return MapStyle Modifier and Type Method Description static MapStyleMapStyle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MapStyleGetSpritesRequest. style()Style specifies the desired map style for theSpritesAPIs.MapStyleGetStyleDescriptorRequest. style()Style specifies the desired map style.static MapStyleMapStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static MapStyle[]MapStyle. 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 MapStyle Modifier and Type Method Description static Set<MapStyle>MapStyle. knownValues()Methods in software.amazon.awssdk.services.geomaps.model with parameters of type MapStyle Modifier and Type Method Description GetSpritesRequest.BuilderGetSpritesRequest.Builder. style(MapStyle style)Style specifies the desired map style for theSpritesAPIs.GetStyleDescriptorRequest.BuilderGetStyleDescriptorRequest.Builder. style(MapStyle style)Style specifies the desired map style.
-