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