Uses of Interface
software.amazon.awssdk.services.georoutes.GeoRoutesBaseClientBuilder
-
Packages that use GeoRoutesBaseClientBuilder Package Description software.amazon.awssdk.services.georoutes With the Amazon Location Routes API you can calculate routes and estimate travel time based on up-to-date road network and live traffic information. -
-
Uses of GeoRoutesBaseClientBuilder in software.amazon.awssdk.services.georoutes
Classes in software.amazon.awssdk.services.georoutes with type parameters of type GeoRoutesBaseClientBuilder Modifier and Type Interface Description interfaceGeoRoutesBaseClientBuilder<B extends GeoRoutesBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Location Service Routes V2 that is supported by bothGeoRoutesClientBuilderandGeoRoutesAsyncClientBuilder.Subinterfaces of GeoRoutesBaseClientBuilder in software.amazon.awssdk.services.georoutes Modifier and Type Interface Description interfaceGeoRoutesAsyncClientBuilderA builder for creating an instance ofGeoRoutesAsyncClient.interfaceGeoRoutesClientBuilderA builder for creating an instance ofGeoRoutesClient.
-