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