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