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