Uses of Class
software.amazon.awssdk.services.devicefarm.model.ScheduleRunConfiguration
-
Packages that use ScheduleRunConfiguration Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of ScheduleRunConfiguration in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return ScheduleRunConfiguration Modifier and Type Method Description ScheduleRunConfigurationGetDevicePoolCompatibilityRequest. configuration()An object that contains information about the settings for a run.ScheduleRunConfigurationScheduleRunRequest. configuration()Information about the settings for the run to be scheduled.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type ScheduleRunConfiguration Modifier and Type Method Description GetDevicePoolCompatibilityRequest.BuilderGetDevicePoolCompatibilityRequest.Builder. configuration(ScheduleRunConfiguration configuration)An object that contains information about the settings for a run.ScheduleRunRequest.BuilderScheduleRunRequest.Builder. configuration(ScheduleRunConfiguration configuration)Information about the settings for the run to be scheduled.
-