Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteAvoidanceAreaGeometry
-
Packages that use RouteAvoidanceAreaGeometry Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteAvoidanceAreaGeometry in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteAvoidanceAreaGeometry Modifier and Type Method Description RouteAvoidanceAreaGeometryRouteAvoidanceArea. geometry()Returns the value of the Geometry property for this object.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteAvoidanceAreaGeometry Modifier and Type Method Description List<RouteAvoidanceAreaGeometry>RouteAvoidanceArea. except()Exceptions to the provided avoidance geometry, to be included while calculating the route.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteAvoidanceAreaGeometry Modifier and Type Method Description RouteAvoidanceArea.BuilderRouteAvoidanceArea.Builder. except(RouteAvoidanceAreaGeometry... except)Exceptions to the provided avoidance geometry, to be included while calculating the route.RouteAvoidanceArea.BuilderRouteAvoidanceArea.Builder. geometry(RouteAvoidanceAreaGeometry geometry)Sets the value of the Geometry property for this object.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteAvoidanceAreaGeometry Modifier and Type Method Description RouteAvoidanceArea.BuilderRouteAvoidanceArea.Builder. except(Collection<RouteAvoidanceAreaGeometry> except)Exceptions to the provided avoidance geometry, to be included while calculating the route.
-