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