Uses of Class
com.amazonaws.services.devicefarm.model.ScheduleRunConfiguration
Packages that use ScheduleRunConfiguration
-
Uses of ScheduleRunConfiguration in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ScheduleRunConfigurationModifier and TypeMethodDescriptionScheduleRunConfiguration.clone()ScheduleRunRequest.getConfiguration()Information about the settings for the run to be scheduled.ScheduleRunConfiguration.withAuxiliaryApps(String... auxiliaryApps) A list of auxiliary apps for the run.ScheduleRunConfiguration.withAuxiliaryApps(Collection<String> auxiliaryApps) A list of auxiliary apps for the run.ScheduleRunConfiguration.withBillingMethod(BillingMethod billingMethod) Specifies the billing method for a test run:meteredorunmetered.ScheduleRunConfiguration.withBillingMethod(String billingMethod) Specifies the billing method for a test run:meteredorunmetered.ScheduleRunConfiguration.withExtraDataPackageArn(String extraDataPackageArn) The ARN of the extra data for the run.ScheduleRunConfiguration.withLocale(String locale) Information about the locale that is used for the run.ScheduleRunConfiguration.withLocation(Location location) Information about the location that is used for the run.ScheduleRunConfiguration.withNetworkProfileArn(String networkProfileArn) Reserved for internal use.ScheduleRunConfiguration.withRadios(Radios radios) Information about the radio states for the run.Methods in com.amazonaws.services.devicefarm.model with parameters of type ScheduleRunConfigurationModifier and TypeMethodDescriptionvoidScheduleRunRequest.setConfiguration(ScheduleRunConfiguration configuration) Information about the settings for the run to be scheduled.ScheduleRunRequest.withConfiguration(ScheduleRunConfiguration configuration) Information about the settings for the run to be scheduled.