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