Uses of Interface
software.amazon.awssdk.services.georoutes.model.WaypointOptimizationRestProfile.Builder
-
Packages that use WaypointOptimizationRestProfile.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of WaypointOptimizationRestProfile.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return WaypointOptimizationRestProfile.Builder Modifier and Type Method Description static WaypointOptimizationRestProfile.BuilderWaypointOptimizationRestProfile. builder()WaypointOptimizationRestProfile.BuilderWaypointOptimizationRestProfile.Builder. profile(String profile)Pre defined rest profiles for a driver schedule.WaypointOptimizationRestProfile.BuilderWaypointOptimizationRestProfile. toBuilder()Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type WaypointOptimizationRestProfile.Builder Modifier and Type Method Description static Class<? extends WaypointOptimizationRestProfile.Builder>WaypointOptimizationRestProfile. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type WaypointOptimizationRestProfile.Builder Modifier and Type Method Description default WaypointOptimizationDriverOptions.BuilderWaypointOptimizationDriverOptions.Builder. restProfile(Consumer<WaypointOptimizationRestProfile.Builder> restProfile)Pre defined rest profiles for a driver schedule.
-