Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteNoticeImpact
-
Packages that use RouteNoticeImpact Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteNoticeImpact in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteNoticeImpact Modifier and Type Method Description static RouteNoticeImpactRouteNoticeImpact. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RouteNoticeImpactRouteFerryNotice. impact()Impact corresponding to the issue.RouteNoticeImpactRoutePedestrianNotice. impact()Impact corresponding to the issue.RouteNoticeImpactRouteResponseNotice. impact()Impact corresponding to the issue.RouteNoticeImpactRouteVehicleNotice. impact()Impact corresponding to the issue.static RouteNoticeImpactRouteNoticeImpact. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteNoticeImpact[]RouteNoticeImpact. 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 RouteNoticeImpact Modifier and Type Method Description static Set<RouteNoticeImpact>RouteNoticeImpact. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteNoticeImpact Modifier and Type Method Description RouteFerryNotice.BuilderRouteFerryNotice.Builder. impact(RouteNoticeImpact impact)Impact corresponding to the issue.RoutePedestrianNotice.BuilderRoutePedestrianNotice.Builder. impact(RouteNoticeImpact impact)Impact corresponding to the issue.RouteResponseNotice.BuilderRouteResponseNotice.Builder. impact(RouteNoticeImpact impact)Impact corresponding to the issue.RouteVehicleNotice.BuilderRouteVehicleNotice.Builder. impact(RouteNoticeImpact impact)Impact corresponding to the issue.
-