Uses of Class
software.amazon.awssdk.services.emrserverless.model.SchedulerConfiguration
-
Packages that use SchedulerConfiguration Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of SchedulerConfiguration in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return SchedulerConfiguration Modifier and Type Method Description SchedulerConfigurationApplication. schedulerConfiguration()The scheduler configuration for batch and streaming jobs running on this application.SchedulerConfigurationCreateApplicationRequest. schedulerConfiguration()The scheduler configuration for batch and streaming jobs running on this application.SchedulerConfigurationUpdateApplicationRequest. schedulerConfiguration()The scheduler configuration for batch and streaming jobs running on this application.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type SchedulerConfiguration Modifier and Type Method Description Application.BuilderApplication.Builder. schedulerConfiguration(SchedulerConfiguration schedulerConfiguration)The scheduler configuration for batch and streaming jobs running on this application.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. schedulerConfiguration(SchedulerConfiguration schedulerConfiguration)The scheduler configuration for batch and streaming jobs running on this application.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. schedulerConfiguration(SchedulerConfiguration schedulerConfiguration)The scheduler configuration for batch and streaming jobs running on this application.
-