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