Uses of Class
software.amazon.awssdk.services.georoutes.model.TrafficUsage
-
Packages that use TrafficUsage Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of TrafficUsage in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return TrafficUsage Modifier and Type Method Description static TrafficUsageTrafficUsage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrafficUsageIsolineTrafficOptions. usage()Determines if traffic should be used or ignored while calculating the route.TrafficUsageRouteMatrixTrafficOptions. usage()Determines if traffic should be used or ignored while calculating the route.TrafficUsageRouteTrafficOptions. usage()Determines if traffic should be used or ignored while calculating the route.TrafficUsageWaypointOptimizationTrafficOptions. usage()Determines if traffic should be used or ignored while calculating the route.static TrafficUsageTrafficUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static TrafficUsage[]TrafficUsage. 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 TrafficUsage Modifier and Type Method Description static Set<TrafficUsage>TrafficUsage. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type TrafficUsage Modifier and Type Method Description IsolineTrafficOptions.BuilderIsolineTrafficOptions.Builder. usage(TrafficUsage usage)Determines if traffic should be used or ignored while calculating the route.RouteMatrixTrafficOptions.BuilderRouteMatrixTrafficOptions.Builder. usage(TrafficUsage usage)Determines if traffic should be used or ignored while calculating the route.RouteTrafficOptions.BuilderRouteTrafficOptions.Builder. usage(TrafficUsage usage)Determines if traffic should be used or ignored while calculating the route.WaypointOptimizationTrafficOptions.BuilderWaypointOptimizationTrafficOptions.Builder. usage(TrafficUsage usage)Determines if traffic should be used or ignored while calculating the route.
-