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