Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteFerryLegDetails
-
Packages that use RouteFerryLegDetails Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteFerryLegDetails in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteFerryLegDetails Modifier and Type Method Description RouteFerryLegDetailsRouteLeg. ferryLegDetails()FerryLegDetails is populated when the Leg type is Ferry, and provides additional information that is specificMethods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteFerryLegDetails Modifier and Type Method Description RouteLeg.BuilderRouteLeg.Builder. ferryLegDetails(RouteFerryLegDetails ferryLegDetails)FerryLegDetails is populated when the Leg type is Ferry, and provides additional information that is specific
-