Uses of Interface
software.amazon.awssdk.services.location.model.GetMapGlyphsRequest.Builder
-
Packages that use GetMapGlyphsRequest.Builder Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.model -
-
Uses of GetMapGlyphsRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type GetMapGlyphsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMapGlyphsResponse>LocationAsyncClient. getMapGlyphs(Consumer<GetMapGlyphsRequest.Builder> getMapGlyphsRequest)Retrieves glyphs used to display labels on a map.default GetMapGlyphsResponseLocationClient. getMapGlyphs(Consumer<GetMapGlyphsRequest.Builder> getMapGlyphsRequest)Retrieves glyphs used to display labels on a map. -
Uses of GetMapGlyphsRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return GetMapGlyphsRequest.Builder Modifier and Type Method Description static GetMapGlyphsRequest.BuilderGetMapGlyphsRequest. builder()GetMapGlyphsRequest.BuilderGetMapGlyphsRequest.Builder. fontStack(String fontStack)A comma-separated list of fonts to load glyphs from in order of preference.GetMapGlyphsRequest.BuilderGetMapGlyphsRequest.Builder. fontUnicodeRange(String fontUnicodeRange)A Unicode range of characters to download glyphs for.GetMapGlyphsRequest.BuilderGetMapGlyphsRequest.Builder. key(String key)The optional API key to authorize the request.GetMapGlyphsRequest.BuilderGetMapGlyphsRequest.Builder. mapName(String mapName)The map resource associated with the glyph file.GetMapGlyphsRequest.BuilderGetMapGlyphsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMapGlyphsRequest.BuilderGetMapGlyphsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMapGlyphsRequest.BuilderGetMapGlyphsRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type GetMapGlyphsRequest.Builder Modifier and Type Method Description static Class<? extends GetMapGlyphsRequest.Builder>GetMapGlyphsRequest. serializableBuilderClass()
-