Uses of Class
software.amazon.awssdk.services.pcs.model.SchedulerType
-
Packages that use SchedulerType Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of SchedulerType in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return SchedulerType Modifier and Type Method Description static SchedulerTypeSchedulerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SchedulerTypeScheduler. type()The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.SchedulerTypeSchedulerRequest. type()The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.static SchedulerTypeSchedulerType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchedulerType[]SchedulerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type SchedulerType Modifier and Type Method Description static Set<SchedulerType>SchedulerType. knownValues()Methods in software.amazon.awssdk.services.pcs.model with parameters of type SchedulerType Modifier and Type Method Description Scheduler.BuilderScheduler.Builder. type(SchedulerType type)The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.SchedulerRequest.BuilderSchedulerRequest.Builder. type(SchedulerType type)The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.
-