Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteWeightConstraint
-
Packages that use RouteWeightConstraint Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteWeightConstraint in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteWeightConstraint Modifier and Type Method Description RouteWeightConstraintRouteViolatedConstraints. maxWeight()The maximum weight of the route.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteWeightConstraint Modifier and Type Method Description RouteViolatedConstraints.BuilderRouteViolatedConstraints.Builder. maxWeight(RouteWeightConstraint maxWeight)The maximum weight of the route.
-