Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteResponseNoticeCode
-
Packages that use RouteResponseNoticeCode Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteResponseNoticeCode in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteResponseNoticeCode Modifier and Type Method Description RouteResponseNoticeCodeRouteResponseNotice. code()Code corresponding to the issue.static RouteResponseNoticeCodeRouteResponseNoticeCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RouteResponseNoticeCodeRouteResponseNoticeCode. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteResponseNoticeCode[]RouteResponseNoticeCode. 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 RouteResponseNoticeCode Modifier and Type Method Description static Set<RouteResponseNoticeCode>RouteResponseNoticeCode. knownValues()Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteResponseNoticeCode Modifier and Type Method Description RouteResponseNotice.BuilderRouteResponseNotice.Builder. code(RouteResponseNoticeCode code)Code corresponding to the issue.
-