Uses of Class
software.amazon.awssdk.services.georoutes.model.LocalizedString
-
Packages that use LocalizedString Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of LocalizedString in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return LocalizedString Modifier and Type Method Description LocalizedStringRouteMajorRoadLabel. roadName()Name of the road (localized).LocalizedStringRouteSignpostLabel. text()The Signpost text.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type LocalizedString Modifier and Type Method Description List<LocalizedString>RoutePedestrianTravelStep. exitNumber()Exit number of the road exit, if applicable.List<LocalizedString>RouteVehicleTravelStep. exitNumber()Exit number of the road exit, if applicable.List<LocalizedString>RouteContinueHighwayStepDetails. intersection()Name of the intersection, if applicable to the step.List<LocalizedString>RouteContinueStepDetails. intersection()Name of the intersection, if applicable to the step.List<LocalizedString>RouteEnterHighwayStepDetails. intersection()Name of the intersection, if applicable to the step.List<LocalizedString>RouteExitStepDetails. intersection()Name of the intersection, if applicable to the step.List<LocalizedString>RouteKeepStepDetails. intersection()Name of the intersection, if applicable to the step.List<LocalizedString>RouteRampStepDetails. intersection()Name of the intersection, if applicable to the step.List<LocalizedString>RouteRoundaboutEnterStepDetails. intersection()Name of the intersection, if applicable to the step.List<LocalizedString>RouteRoundaboutExitStepDetails. intersection()Name of the intersection, if applicable to the step.List<LocalizedString>RouteRoundaboutPassStepDetails. intersection()Name of the intersection, if applicable to the step.List<LocalizedString>RouteTurnStepDetails. intersection()Name of the intersection, if applicable to the step.List<LocalizedString>RouteUTurnStepDetails. intersection()Name of the intersection, if applicable to the step.List<LocalizedString>RouteFerrySpan. names()Provides an array of names of the ferry span in available languages.List<LocalizedString>RoutePedestrianSpan. names()Provides an array of names of the pedestrian span in available languages.List<LocalizedString>RouteVehicleSpan. names()Provides an array of names of the vehicle span in available languages.List<LocalizedString>RouteRoad. roadName()Name of the road (localized).List<LocalizedString>RouteRoad. towards()Names of destinations that can be reached when traveling on the road.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type LocalizedString Modifier and Type Method Description RoutePedestrianTravelStep.BuilderRoutePedestrianTravelStep.Builder. exitNumber(LocalizedString... exitNumber)Exit number of the road exit, if applicable.RouteVehicleTravelStep.BuilderRouteVehicleTravelStep.Builder. exitNumber(LocalizedString... exitNumber)Exit number of the road exit, if applicable.RouteContinueHighwayStepDetails.BuilderRouteContinueHighwayStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteContinueStepDetails.BuilderRouteContinueStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteEnterHighwayStepDetails.BuilderRouteEnterHighwayStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteExitStepDetails.BuilderRouteExitStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteKeepStepDetails.BuilderRouteKeepStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteRampStepDetails.BuilderRouteRampStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteRoundaboutExitStepDetails.BuilderRouteRoundaboutExitStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteRoundaboutPassStepDetails.BuilderRouteRoundaboutPassStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteTurnStepDetails.BuilderRouteTurnStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteUTurnStepDetails.BuilderRouteUTurnStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteFerrySpan.BuilderRouteFerrySpan.Builder. names(LocalizedString... names)Provides an array of names of the ferry span in available languages.RoutePedestrianSpan.BuilderRoutePedestrianSpan.Builder. names(LocalizedString... names)Provides an array of names of the pedestrian span in available languages.RouteVehicleSpan.BuilderRouteVehicleSpan.Builder. names(LocalizedString... names)Provides an array of names of the vehicle span in available languages.RouteMajorRoadLabel.BuilderRouteMajorRoadLabel.Builder. roadName(LocalizedString roadName)Name of the road (localized).RouteRoad.BuilderRouteRoad.Builder. roadName(LocalizedString... roadName)Name of the road (localized).RouteSignpostLabel.BuilderRouteSignpostLabel.Builder. text(LocalizedString text)The Signpost text.RouteRoad.BuilderRouteRoad.Builder. towards(LocalizedString... towards)Names of destinations that can be reached when traveling on the road.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type LocalizedString Modifier and Type Method Description RoutePedestrianTravelStep.BuilderRoutePedestrianTravelStep.Builder. exitNumber(Collection<LocalizedString> exitNumber)Exit number of the road exit, if applicable.RouteVehicleTravelStep.BuilderRouteVehicleTravelStep.Builder. exitNumber(Collection<LocalizedString> exitNumber)Exit number of the road exit, if applicable.RouteContinueHighwayStepDetails.BuilderRouteContinueHighwayStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteContinueStepDetails.BuilderRouteContinueStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteEnterHighwayStepDetails.BuilderRouteEnterHighwayStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteExitStepDetails.BuilderRouteExitStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteKeepStepDetails.BuilderRouteKeepStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteRampStepDetails.BuilderRouteRampStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteRoundaboutExitStepDetails.BuilderRouteRoundaboutExitStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteRoundaboutPassStepDetails.BuilderRouteRoundaboutPassStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteTurnStepDetails.BuilderRouteTurnStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteUTurnStepDetails.BuilderRouteUTurnStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteFerrySpan.BuilderRouteFerrySpan.Builder. names(Collection<LocalizedString> names)Provides an array of names of the ferry span in available languages.RoutePedestrianSpan.BuilderRoutePedestrianSpan.Builder. names(Collection<LocalizedString> names)Provides an array of names of the pedestrian span in available languages.RouteVehicleSpan.BuilderRouteVehicleSpan.Builder. names(Collection<LocalizedString> names)Provides an array of names of the vehicle span in available languages.RouteRoad.BuilderRouteRoad.Builder. roadName(Collection<LocalizedString> roadName)Name of the road (localized).RouteRoad.BuilderRouteRoad.Builder. towards(Collection<LocalizedString> towards)Names of destinations that can be reached when traveling on the road.
-