Uses of Class
software.amazon.awssdk.services.georoutes.model.RouteMatrixBoundary
-
Packages that use RouteMatrixBoundary Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteMatrixBoundary in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteMatrixBoundary Modifier and Type Method Description RouteMatrixBoundaryCalculateRouteMatrixRequest. routingBoundary()Boundary within which the matrix is to be calculated.RouteMatrixBoundaryCalculateRouteMatrixResponse. routingBoundary()Boundary within which the matrix is to be calculated.Methods in software.amazon.awssdk.services.georoutes.model with parameters of type RouteMatrixBoundary Modifier and Type Method Description CalculateRouteMatrixRequest.BuilderCalculateRouteMatrixRequest.Builder. routingBoundary(RouteMatrixBoundary routingBoundary)Boundary within which the matrix is to be calculated.CalculateRouteMatrixResponse.BuilderCalculateRouteMatrixResponse.Builder. routingBoundary(RouteMatrixBoundary routingBoundary)Boundary within which the matrix is to be calculated.
-