Uses of Interface
software.amazon.awssdk.services.evidently.model.LaunchExecution.Builder
-
Packages that use LaunchExecution.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of LaunchExecution.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return LaunchExecution.Builder Modifier and Type Method Description static LaunchExecution.BuilderLaunchExecution. builder()LaunchExecution.BuilderLaunchExecution.Builder. endedTime(Instant endedTime)The date and time that the launch ended.LaunchExecution.BuilderLaunchExecution.Builder. startedTime(Instant startedTime)The date and time that the launch started.LaunchExecution.BuilderLaunchExecution. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type LaunchExecution.Builder Modifier and Type Method Description static Class<? extends LaunchExecution.Builder>LaunchExecution. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type LaunchExecution.Builder Modifier and Type Method Description default Launch.BuilderLaunch.Builder. execution(Consumer<LaunchExecution.Builder> execution)A structure that contains information about the start and end times of the launch.
-