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