Uses of Class
software.amazon.awssdk.services.location.model.TravelMode
-
Packages that use TravelMode Package Description software.amazon.awssdk.services.location.model -
-
Uses of TravelMode in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return TravelMode Modifier and Type Method Description static TravelModeTravelMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TravelModeCalculateRouteMatrixRequest. travelMode()Specifies the mode of transport when calculating a route.TravelModeCalculateRouteRequest. travelMode()Specifies the mode of transport when calculating a route.static TravelModeTravelMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TravelMode[]TravelMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.location.model that return types with arguments of type TravelMode Modifier and Type Method Description static Set<TravelMode>TravelMode. knownValues()Methods in software.amazon.awssdk.services.location.model with parameters of type TravelMode Modifier and Type Method Description CalculateRouteMatrixRequest.BuilderCalculateRouteMatrixRequest.Builder. travelMode(TravelMode travelMode)Specifies the mode of transport when calculating a route.CalculateRouteRequest.BuilderCalculateRouteRequest.Builder. travelMode(TravelMode travelMode)Specifies the mode of transport when calculating a route.
-