Uses of Interface
software.amazon.awssdk.services.geomaps.GeoMapsBaseClientBuilder
-
Packages that use GeoMapsBaseClientBuilder Package Description software.amazon.awssdk.services.geomaps Integrate high-quality base map data into your applications using MapLibre. -
-
Uses of GeoMapsBaseClientBuilder in software.amazon.awssdk.services.geomaps
Classes in software.amazon.awssdk.services.geomaps with type parameters of type GeoMapsBaseClientBuilder Modifier and Type Interface Description interfaceGeoMapsBaseClientBuilder<B extends GeoMapsBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Location Service Maps V2 that is supported by bothGeoMapsClientBuilderandGeoMapsAsyncClientBuilder.Subinterfaces of GeoMapsBaseClientBuilder in software.amazon.awssdk.services.geomaps Modifier and Type Interface Description interfaceGeoMapsAsyncClientBuilderA builder for creating an instance ofGeoMapsAsyncClient.interfaceGeoMapsClientBuilderA builder for creating an instance ofGeoMapsClient.
-