Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteSignpostLabel
-
Packages that use RouteSignpostLabel Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteSignpostLabel in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteSignpostLabel Modifier and Type Method Description List<RouteSignpostLabel>RouteSignpost. labels()Labels present on the sign post.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteSignpostLabel Modifier and Type Method Description RouteSignpost.BuilderRouteSignpost.Builder. labels(RouteSignpostLabel... labels)Labels present on the sign post.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteSignpostLabel Modifier and Type Method Description RouteSignpost.BuilderRouteSignpost.Builder. labels(Collection<RouteSignpostLabel> labels)Labels present on the sign post.
-