Uses of Class
software.amazon.awssdk.services.geomaps.model.Variant
-
Packages that use Variant Package Description software.amazon.awssdk.services.geomaps.model -
-
Uses of Variant in software.amazon.awssdk.services.geomaps.model
Methods in software.amazon.awssdk.services.geomaps.model that return Variant Modifier and Type Method Description static VariantVariant. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VariantVariant. valueOf(String name)Returns the enum constant of this type with the specified name.static Variant[]Variant. values()Returns an array containing the constants of this enum type, in the order they are declared.VariantGetSpritesRequest. variant()Optimizes map styles for specific use case or industry.Methods in software.amazon.awssdk.services.geomaps.model that return types with arguments of type Variant Modifier and Type Method Description static Set<Variant>Variant. knownValues()Methods in software.amazon.awssdk.services.geomaps.model with parameters of type Variant Modifier and Type Method Description GetSpritesRequest.BuilderGetSpritesRequest.Builder. variant(Variant variant)Optimizes map styles for specific use case or industry.
-