Uses of Class
software.amazon.awssdk.services.georoutes.model.WaypointOptimizationTruckType
-
Packages that use WaypointOptimizationTruckType Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of WaypointOptimizationTruckType in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return WaypointOptimizationTruckType Modifier and Type Method Description static WaypointOptimizationTruckTypeWaypointOptimizationTruckType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WaypointOptimizationTruckTypeWaypointOptimizationTruckOptions. truckType()Type of the truck.static WaypointOptimizationTruckTypeWaypointOptimizationTruckType. valueOf(String name)Returns the enum constant of this type with the specified name.static WaypointOptimizationTruckType[]WaypointOptimizationTruckType. 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 WaypointOptimizationTruckType Modifier and Type Method Description static Set<WaypointOptimizationTruckType>WaypointOptimizationTruckType. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type WaypointOptimizationTruckType Modifier and Type Method Description WaypointOptimizationTruckOptions.BuilderWaypointOptimizationTruckOptions.Builder. truckType(WaypointOptimizationTruckType truckType)Type of the truck.
-