Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteFerryAfterTravelStep
-
Packages that use RouteFerryAfterTravelStep Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteFerryAfterTravelStep in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteFerryAfterTravelStep Modifier and Type Method Description List<RouteFerryAfterTravelStep>RouteFerryLegDetails. afterTravelSteps()Steps of a leg that must be performed after the travel portion of the leg.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteFerryAfterTravelStep Modifier and Type Method Description RouteFerryLegDetails.BuilderRouteFerryLegDetails.Builder. afterTravelSteps(RouteFerryAfterTravelStep... afterTravelSteps)Steps of a leg that must be performed after the travel portion of the leg.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteFerryAfterTravelStep Modifier and Type Method Description RouteFerryLegDetails.BuilderRouteFerryLegDetails.Builder. afterTravelSteps(Collection<RouteFerryAfterTravelStep> afterTravelSteps)Steps of a leg that must be performed after the travel portion of the leg.
-