Uses of Class
software.amazon.awssdk.services.georoutes.model.RoadSnapNotice
-
Packages that use RoadSnapNotice Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RoadSnapNotice in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RoadSnapNotice Modifier and Type Method Description List<RoadSnapNotice>SnapToRoadsResponse. 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 RoadSnapNotice Modifier and Type Method Description SnapToRoadsResponse.BuilderSnapToRoadsResponse.Builder. notices(RoadSnapNotice... 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 RoadSnapNotice Modifier and Type Method Description SnapToRoadsResponse.BuilderSnapToRoadsResponse.Builder. notices(Collection<RoadSnapNotice> notices)Notices are additional information returned that indicate issues that occurred during route calculation.
-