Uses of Class
com.oracle.bmc.databasemanagement.model.JobScheduleDetails
-
Packages that use JobScheduleDetails Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of JobScheduleDetails in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return JobScheduleDetails Modifier and Type Method Description JobScheduleDetails
JobScheduleDetails.Builder. build()
JobScheduleDetails
CreateJobDetails. getScheduleDetails()
JobScheduleDetails
Job. getScheduleDetails()
JobScheduleDetails
JobExecution. getScheduleDetails()
JobScheduleDetails
JobSummary. getScheduleDetails()
JobScheduleDetails
UpdateJobDetails. getScheduleDetails()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type JobScheduleDetails Modifier and Type Method Description JobScheduleDetails.Builder
JobScheduleDetails.Builder. copy(JobScheduleDetails model)
CreateSqlJobDetails.Builder
CreateSqlJobDetails.Builder. scheduleDetails(JobScheduleDetails scheduleDetails)
JobExecution.Builder
JobExecution.Builder. scheduleDetails(JobScheduleDetails scheduleDetails)
JobSummary.Builder
JobSummary.Builder. scheduleDetails(JobScheduleDetails scheduleDetails)
SqlJob.Builder
SqlJob.Builder. scheduleDetails(JobScheduleDetails scheduleDetails)
UpdateSqlJobDetails.Builder
UpdateSqlJobDetails.Builder. scheduleDetails(JobScheduleDetails scheduleDetails)
Constructors in com.oracle.bmc.databasemanagement.model with parameters of type JobScheduleDetails Constructor Description CreateJobDetails(String name, String description, String compartmentId, String managedDatabaseGroupId, String managedDatabaseId, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails)
Deprecated.CreateSqlJobDetails(String name, String description, String compartmentId, String managedDatabaseGroupId, String managedDatabaseId, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails, String sqlText, JobInBindsDetails inBinds, JobOutBindsDetails outBinds, SqlJob.SqlType sqlType, SqlJob.OperationType operationType, String userName, String password, String secretId, String namedCredentialId, SqlJob.Role role, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Job(String id, String compartmentId, String name, String description, String managedDatabaseGroupId, String managedDatabaseId, List<JobDatabase> managedDatabasesDetails, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, Job.LifecycleState lifecycleState, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails, String submissionErrorMessage, Date timeCreated, Date timeUpdated)
Deprecated.JobExecution(String id, String name, String compartmentId, String managedDatabaseGroupId, String managedDatabaseId, String managedDatabaseName, DatabaseType databaseType, DatabaseSubType databaseSubType, DeploymentType deploymentType, Boolean isCluster, WorkloadType workloadType, String jobId, String jobName, String jobRunId, JobExecution.Status status, String errorMessage, JobExecutionResultDetails resultDetails, Date timeCreated, Date timeCompleted, String userName, String sqlText, JobInBindsDetails inBinds, JobOutBindsDetails outBinds, JobScheduleDetails scheduleDetails)
Deprecated.JobSummary(String id, String compartmentId, String name, String description, String managedDatabaseGroupId, String managedDatabaseId, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, JobScheduleDetails scheduleDetails, JobTypes jobType, Job.LifecycleState lifecycleState, String timeout, String submissionErrorMessage, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.SqlJob(String id, String compartmentId, String name, String description, String managedDatabaseGroupId, String managedDatabaseId, List<JobDatabase> managedDatabasesDetails, DatabaseSubType databaseSubType, Job.ScheduleType scheduleType, Job.LifecycleState lifecycleState, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails, String submissionErrorMessage, Date timeCreated, Date timeUpdated, SqlJob.SqlType sqlType, String sqlText, JobInBindsDetails inBinds, JobOutBindsDetails outBinds, SqlJob.OperationType operationType, String userName, SqlJob.Role role, String namedCredentialId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateJobDetails(String description, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails)
Deprecated.UpdateSqlJobDetails(String description, String timeout, JobExecutionResultLocation resultLocation, JobScheduleDetails scheduleDetails, String sqlText, JobInBindsDetails inBinds, JobOutBindsDetails outBinds, SqlJob.SqlType sqlType, String userName, String password, String secretId, String namedCredentialId, SqlJob.Role role, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-