Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteAvoidanceArea
-
Packages that use RouteAvoidanceArea Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteAvoidanceArea in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteAvoidanceArea Modifier and Type Method Description List<RouteAvoidanceArea>RouteAvoidanceOptions. areas()Areas to be avoided.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteAvoidanceArea Modifier and Type Method Description RouteAvoidanceOptions.BuilderRouteAvoidanceOptions.Builder. areas(RouteAvoidanceArea... areas)Areas to be avoided.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteAvoidanceArea Modifier and Type Method Description RouteAvoidanceOptions.BuilderRouteAvoidanceOptions.Builder. areas(Collection<RouteAvoidanceArea> areas)Areas to be avoided.
-