Uses of Interface
software.amazon.awssdk.services.location.LocationBaseClientBuilder
-
Packages that use LocationBaseClientBuilder Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of LocationBaseClientBuilder in software.amazon.awssdk.services.location
Classes in software.amazon.awssdk.services.location with type parameters of type LocationBaseClientBuilder Modifier and Type Interface Description interfaceLocationBaseClientBuilder<B extends LocationBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Location Service that is supported by bothLocationClientBuilderandLocationAsyncClientBuilder.Subinterfaces of LocationBaseClientBuilder in software.amazon.awssdk.services.location Modifier and Type Interface Description interfaceLocationAsyncClientBuilderA builder for creating an instance ofLocationAsyncClient.interfaceLocationClientBuilderA builder for creating an instance ofLocationClient.
-