Uses of Class
com.oracle.bmc.databasemanagement.model.JobExecutionResultLocation
-
Packages that use JobExecutionResultLocation Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of JobExecutionResultLocation in com.oracle.bmc.databasemanagement.model
Subclasses of JobExecutionResultLocation in com.oracle.bmc.databasemanagement.model Modifier and Type Class Description class
ObjectStorageJobExecutionResultLocation
The details about Object Storage job execution result location type.Methods in com.oracle.bmc.databasemanagement.model that return JobExecutionResultLocation Modifier and Type Method Description JobExecutionResultLocation
CreateJobDetails. getResultLocation()
JobExecutionResultLocation
ImplementOptimizerStatisticsAdvisorRecommendationsJob. getResultLocation()
JobExecutionResultLocation
Job. getResultLocation()
JobExecutionResultLocation
UpdateJobDetails. getResultLocation()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type JobExecutionResultLocation Modifier and Type Method Description CreateSqlJobDetails.Builder
CreateSqlJobDetails.Builder. resultLocation(JobExecutionResultLocation resultLocation)
ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder
ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder. resultLocation(JobExecutionResultLocation resultLocation)
SqlJob.Builder
SqlJob.Builder. resultLocation(JobExecutionResultLocation resultLocation)
UpdateSqlJobDetails.Builder
UpdateSqlJobDetails.Builder. resultLocation(JobExecutionResultLocation resultLocation)
Constructors in com.oracle.bmc.databasemanagement.model with parameters of type JobExecutionResultLocation 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.ImplementOptimizerStatisticsAdvisorRecommendationsJob(String name, String description, String compartmentId, JobExecutionResultLocation resultLocation, ManagedDatabaseCredential credentials, DatabaseCredentialDetails databaseCredential)
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.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.
-