Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteMatrixDestination
-
Packages that use RouteMatrixDestination Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteMatrixDestination in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteMatrixDestination Modifier and Type Method Description List<RouteMatrixDestination>CalculateRouteMatrixRequest. destinations()List of destinations for the route.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteMatrixDestination Modifier and Type Method Description CalculateRouteMatrixRequest.BuilderCalculateRouteMatrixRequest.Builder. destinations(RouteMatrixDestination... destinations)List of destinations for the route.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteMatrixDestination Modifier and Type Method Description CalculateRouteMatrixRequest.BuilderCalculateRouteMatrixRequest.Builder. destinations(Collection<RouteMatrixDestination> destinations)List of destinations for the route.
-