Uses of Class
software.amazon.awssdk.services.georoutes.model.IsolineEngineType
-
Packages that use IsolineEngineType Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of IsolineEngineType in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return IsolineEngineType Modifier and Type Method Description IsolineEngineTypeIsolineCarOptions. engineType()Engine type of the vehicle.IsolineEngineTypeIsolineScooterOptions. engineType()Engine type of the vehicle.IsolineEngineTypeIsolineTruckOptions. engineType()Engine type of the vehicle.static IsolineEngineTypeIsolineEngineType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static IsolineEngineTypeIsolineEngineType. valueOf(String name)Returns the enum constant of this type with the specified name.static IsolineEngineType[]IsolineEngineType. 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 IsolineEngineType Modifier and Type Method Description static Set<IsolineEngineType>IsolineEngineType. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type IsolineEngineType Modifier and Type Method Description IsolineCarOptions.BuilderIsolineCarOptions.Builder. engineType(IsolineEngineType engineType)Engine type of the vehicle.IsolineScooterOptions.BuilderIsolineScooterOptions.Builder. engineType(IsolineEngineType engineType)Engine type of the vehicle.IsolineTruckOptions.BuilderIsolineTruckOptions.Builder. engineType(IsolineEngineType engineType)Engine type of the vehicle.
-