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