Uses of Interface
software.amazon.awssdk.services.georoutes.model.RoutePassThroughWaypoint.Builder
-
Packages that use RoutePassThroughWaypoint.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RoutePassThroughWaypoint.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RoutePassThroughWaypoint.Builder Modifier and Type Method Description static RoutePassThroughWaypoint.BuilderRoutePassThroughWaypoint. builder()RoutePassThroughWaypoint.BuilderRoutePassThroughWaypoint.Builder. geometryOffset(Integer geometryOffset)Offset in the leg geometry corresponding to the start of this step.default RoutePassThroughWaypoint.BuilderRoutePassThroughWaypoint.Builder. place(Consumer<RoutePassThroughPlace.Builder> place)The place details.RoutePassThroughWaypoint.BuilderRoutePassThroughWaypoint.Builder. place(RoutePassThroughPlace place)The place details.RoutePassThroughWaypoint.BuilderRoutePassThroughWaypoint. toBuilder()Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RoutePassThroughWaypoint.Builder Modifier and Type Method Description static Class<? extends RoutePassThroughWaypoint.Builder>RoutePassThroughWaypoint. serializableBuilderClass()
-