Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteResponseNotice
-
Packages that use RouteResponseNotice Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteResponseNotice in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteResponseNotice Modifier and Type Method Description List<RouteResponseNotice>CalculateRoutesResponse. notices()Notices are additional information returned that indicate issues that occurred during route calculation.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteResponseNotice Modifier and Type Method Description CalculateRoutesResponse.BuilderCalculateRoutesResponse.Builder. notices(RouteResponseNotice... notices)Notices are additional information returned that indicate issues that occurred during route calculation.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteResponseNotice Modifier and Type Method Description CalculateRoutesResponse.BuilderCalculateRoutesResponse.Builder. notices(Collection<RouteResponseNotice> notices)Notices are additional information returned that indicate issues that occurred during route calculation.
-