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