Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteVehicleSpan
-
Packages that use RouteVehicleSpan Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteVehicleSpan in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteVehicleSpan Modifier and Type Method Description List<RouteVehicleSpan>RouteVehicleLegDetails. spans()Spans that were computed for the requested SpanAdditionalFeatures.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteVehicleSpan Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. spans(RouteVehicleSpan... spans)Spans that were computed for the requested SpanAdditionalFeatures.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteVehicleSpan Modifier and Type Method Description RouteVehicleLegDetails.BuilderRouteVehicleLegDetails.Builder. spans(Collection<RouteVehicleSpan> spans)Spans that were computed for the requested SpanAdditionalFeatures.
-