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