Uses of Class
software.amazon.awssdk.services.georoutes.model.RoutingObjective
-
Packages that use RoutingObjective Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RoutingObjective in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RoutingObjective Modifier and Type Method Description static RoutingObjectiveRoutingObjective. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RoutingObjectiveCalculateIsolinesRequest. optimizeRoutingFor()Specifies the optimization criteria for calculating a route.RoutingObjectiveCalculateRouteMatrixRequest. optimizeRoutingFor()Specifies the optimization criteria for calculating a route.RoutingObjectiveCalculateRoutesRequest. optimizeRoutingFor()Specifies the optimization criteria for calculating a route.static RoutingObjectiveRoutingObjective. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingObjective[]RoutingObjective. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RoutingObjective Modifier and Type Method Description static Set<RoutingObjective>RoutingObjective. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RoutingObjective Modifier and Type Method Description CalculateIsolinesRequest.BuilderCalculateIsolinesRequest.Builder. optimizeRoutingFor(RoutingObjective optimizeRoutingFor)Specifies the optimization criteria for calculating a route.CalculateRouteMatrixRequest.BuilderCalculateRouteMatrixRequest.Builder. optimizeRoutingFor(RoutingObjective optimizeRoutingFor)Specifies the optimization criteria for calculating a route.CalculateRoutesRequest.BuilderCalculateRoutesRequest.Builder. optimizeRoutingFor(RoutingObjective optimizeRoutingFor)Specifies the optimization criteria for calculating a route.
-