Uses of Class
software.amazon.awssdk.services.location.model.OptimizationMode
-
Packages that use OptimizationMode Package Description software.amazon.awssdk.services.location.model -
-
Uses of OptimizationMode in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return OptimizationMode Modifier and Type Method Description static OptimizationModeOptimizationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OptimizationModeCalculateRouteRequest. optimizeFor()Specifies the distance to optimize for when calculating a route.static OptimizationModeOptimizationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OptimizationMode[]OptimizationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.location.model that return types with arguments of type OptimizationMode Modifier and Type Method Description static Set<OptimizationMode>OptimizationMode. knownValues()Methods in software.amazon.awssdk.services.location.model with parameters of type OptimizationMode Modifier and Type Method Description CalculateRouteRequest.BuilderCalculateRouteRequest.Builder. optimizeFor(OptimizationMode optimizeFor)Specifies the distance to optimize for when calculating a route.
-