Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteSpanRoadAttribute
-
Packages that use RouteSpanRoadAttribute Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteSpanRoadAttribute in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteSpanRoadAttribute Modifier and Type Method Description static RouteSpanRoadAttributeRouteSpanRoadAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RouteSpanRoadAttributeRouteSpanRoadAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteSpanRoadAttribute[]RouteSpanRoadAttribute. 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 RouteSpanRoadAttribute Modifier and Type Method Description static Set<RouteSpanRoadAttribute>RouteSpanRoadAttribute. knownValues()List<RouteSpanRoadAttribute>RoutePedestrianSpan. roadAttributes()Attributes for the road segment corresponding to the span.List<RouteSpanRoadAttribute>RouteVehicleSpan. roadAttributes()Attributes for the road segment corresponding to the span.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteSpanRoadAttribute Modifier and Type Method Description RoutePedestrianSpan.BuilderRoutePedestrianSpan.Builder. roadAttributes(RouteSpanRoadAttribute... roadAttributes)Attributes for the road segment corresponding to the span.RouteVehicleSpan.BuilderRouteVehicleSpan.Builder. roadAttributes(RouteSpanRoadAttribute... roadAttributes)Attributes for the road segment corresponding to the span.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteSpanRoadAttribute Modifier and Type Method Description RoutePedestrianSpan.BuilderRoutePedestrianSpan.Builder. roadAttributes(Collection<RouteSpanRoadAttribute> roadAttributes)Attributes for the road segment corresponding to the span.RouteVehicleSpan.BuilderRouteVehicleSpan.Builder. roadAttributes(Collection<RouteSpanRoadAttribute> roadAttributes)Attributes for the road segment corresponding to the span.
-