Uses of Interface
software.amazon.awssdk.services.geomaps.model.GetGlyphsRequest.Builder
-
Packages that use GetGlyphsRequest.Builder Package Description software.amazon.awssdk.services.geomaps Integrate high-quality base map data into your applications using MapLibre.software.amazon.awssdk.services.geomaps.model -
-
Uses of GetGlyphsRequest.Builder in software.amazon.awssdk.services.geomaps
Method parameters in software.amazon.awssdk.services.geomaps with type arguments of type GetGlyphsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGlyphsResponse>GeoMapsAsyncClient. getGlyphs(Consumer<GetGlyphsRequest.Builder> getGlyphsRequest)Returns the map's glyphs.default GetGlyphsResponseGeoMapsClient. getGlyphs(Consumer<GetGlyphsRequest.Builder> getGlyphsRequest)Returns the map's glyphs. -
Uses of GetGlyphsRequest.Builder in software.amazon.awssdk.services.geomaps.model
Methods in software.amazon.awssdk.services.geomaps.model that return GetGlyphsRequest.Builder Modifier and Type Method Description static GetGlyphsRequest.BuilderGetGlyphsRequest. builder()GetGlyphsRequest.BuilderGetGlyphsRequest.Builder. fontStack(String fontStack)Name of theFontStackto retrieve.GetGlyphsRequest.BuilderGetGlyphsRequest.Builder. fontUnicodeRange(String fontUnicodeRange)A Unicode range of characters to download glyphs for.GetGlyphsRequest.BuilderGetGlyphsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGlyphsRequest.BuilderGetGlyphsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGlyphsRequest.BuilderGetGlyphsRequest. toBuilder()Methods in software.amazon.awssdk.services.geomaps.model that return types with arguments of type GetGlyphsRequest.Builder Modifier and Type Method Description static Class<? extends GetGlyphsRequest.Builder>GetGlyphsRequest. serializableBuilderClass()
-