Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteRoundaboutPassStepDetails
-
Packages that use RouteRoundaboutPassStepDetails Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteRoundaboutPassStepDetails in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteRoundaboutPassStepDetails Modifier and Type Method Description RouteRoundaboutPassStepDetailsRoutePedestrianTravelStep. roundaboutPassStepDetails()Details that are specific to a Roundabout Pass step.RouteRoundaboutPassStepDetailsRouteVehicleTravelStep. roundaboutPassStepDetails()Details that are specific to a Roundabout Pass step.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteRoundaboutPassStepDetails Modifier and Type Method Description RoutePedestrianTravelStep.BuilderRoutePedestrianTravelStep.Builder. roundaboutPassStepDetails(RouteRoundaboutPassStepDetails roundaboutPassStepDetails)Details that are specific to a Roundabout Pass step.RouteVehicleTravelStep.BuilderRouteVehicleTravelStep.Builder. roundaboutPassStepDetails(RouteRoundaboutPassStepDetails roundaboutPassStepDetails)Details that are specific to a Roundabout Pass step.
-