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