Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteEngineType
-
Packages that use RouteEngineType Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteEngineType in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteEngineType Modifier and Type Method Description RouteEngineTypeRouteCarOptions. engineType()Engine type of the vehicle.RouteEngineTypeRouteScooterOptions. engineType()Engine type of the vehicle.RouteEngineTypeRouteTruckOptions. engineType()Engine type of the vehicle.static RouteEngineTypeRouteEngineType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RouteEngineTypeRouteEngineType. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteEngineType[]RouteEngineType. 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 RouteEngineType Modifier and Type Method Description static Set<RouteEngineType>RouteEngineType. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteEngineType Modifier and Type Method Description RouteCarOptions.BuilderRouteCarOptions.Builder. engineType(RouteEngineType engineType)Engine type of the vehicle.RouteScooterOptions.BuilderRouteScooterOptions.Builder. engineType(RouteEngineType engineType)Engine type of the vehicle.RouteTruckOptions.BuilderRouteTruckOptions.Builder. engineType(RouteEngineType engineType)Engine type of the vehicle.
-