Uses of Class
com.oracle.bmc.batch.model.JobPriorityConfiguration
-
Packages that use JobPriorityConfiguration Package Description com.oracle.bmc.batch.model -
-
Uses of JobPriorityConfiguration in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return JobPriorityConfiguration Modifier and Type Method Description JobPriorityConfigurationJobPriorityConfiguration.Builder. build()Methods in com.oracle.bmc.batch.model that return types with arguments of type JobPriorityConfiguration Modifier and Type Method Description List<JobPriorityConfiguration>BatchContext. getJobPriorityConfigurations()List of job priority configurations related to the batch context.List<JobPriorityConfiguration>CreateBatchContextDetails. getJobPriorityConfigurations()List of job priority configurations related to the batch context.List<JobPriorityConfiguration>UpdateBatchContextDetails. getJobPriorityConfigurations()List of job priority configurations related to the batch context.Methods in com.oracle.bmc.batch.model with parameters of type JobPriorityConfiguration Modifier and Type Method Description JobPriorityConfiguration.BuilderJobPriorityConfiguration.Builder. copy(JobPriorityConfiguration model)Method parameters in com.oracle.bmc.batch.model with type arguments of type JobPriorityConfiguration Modifier and Type Method Description BatchContext.BuilderBatchContext.Builder. jobPriorityConfigurations(List<JobPriorityConfiguration> jobPriorityConfigurations)List of job priority configurations related to the batch context.CreateBatchContextDetails.BuilderCreateBatchContextDetails.Builder. jobPriorityConfigurations(List<JobPriorityConfiguration> jobPriorityConfigurations)List of job priority configurations related to the batch context.UpdateBatchContextDetails.BuilderUpdateBatchContextDetails.Builder. jobPriorityConfigurations(List<JobPriorityConfiguration> jobPriorityConfigurations)List of job priority configurations related to the batch context.Constructor parameters in com.oracle.bmc.batch.model with type arguments of type JobPriorityConfiguration Constructor Description BatchContext(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, BatchContext.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<JobPriorityConfiguration> jobPriorityConfigurations, Network network, List<Fleet> fleets, Map<String,Integer> entitlements, LoggingConfiguration loggingConfiguration)Deprecated.CreateBatchContextDetails(String compartmentId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<JobPriorityConfiguration> jobPriorityConfigurations, CreateNetworkDetails network, List<CreateFleetDetails> fleets, Map<String,Integer> entitlements, LoggingConfiguration loggingConfiguration)Deprecated.UpdateBatchContextDetails(String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<JobPriorityConfiguration> jobPriorityConfigurations, Map<String,Integer> entitlements)Deprecated.
-