Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteMatrixOrigin
-
Packages that use RouteMatrixOrigin Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteMatrixOrigin in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteMatrixOrigin Modifier and Type Method Description List<RouteMatrixOrigin>CalculateRouteMatrixRequest. origins()The position in longitude and latitude for the origin.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteMatrixOrigin Modifier and Type Method Description CalculateRouteMatrixRequest.BuilderCalculateRouteMatrixRequest.Builder. origins(RouteMatrixOrigin... origins)The position in longitude and latitude for the origin.Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteMatrixOrigin Modifier and Type Method Description CalculateRouteMatrixRequest.BuilderCalculateRouteMatrixRequest.Builder. origins(Collection<RouteMatrixOrigin> origins)The position in longitude and latitude for the origin.
-