Uses of Class
software.amazon.awssdk.services.georoutes.model.WaypointOptimizationServiceTimeTreatment
-
Packages that use WaypointOptimizationServiceTimeTreatment Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of WaypointOptimizationServiceTimeTreatment in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return WaypointOptimizationServiceTimeTreatment Modifier and Type Method Description static WaypointOptimizationServiceTimeTreatmentWaypointOptimizationServiceTimeTreatment. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WaypointOptimizationServiceTimeTreatmentWaypointOptimizationDriverOptions. treatServiceTimeAs()If the service time provided at a waypoint/destination should be considered as rest or work.static WaypointOptimizationServiceTimeTreatmentWaypointOptimizationServiceTimeTreatment. valueOf(String name)Returns the enum constant of this type with the specified name.static WaypointOptimizationServiceTimeTreatment[]WaypointOptimizationServiceTimeTreatment. 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 WaypointOptimizationServiceTimeTreatment Modifier and Type Method Description static Set<WaypointOptimizationServiceTimeTreatment>WaypointOptimizationServiceTimeTreatment. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type WaypointOptimizationServiceTimeTreatment Modifier and Type Method Description WaypointOptimizationDriverOptions.BuilderWaypointOptimizationDriverOptions.Builder. treatServiceTimeAs(WaypointOptimizationServiceTimeTreatment treatServiceTimeAs)If the service time provided at a waypoint/destination should be considered as rest or work.
-