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