Uses of Class
com.oracle.bmc.databasemanagement.model.SqlJob.Role
-
Packages that use SqlJob.Role Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of SqlJob.Role in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SqlJob.Role Modifier and Type Method Description static SqlJob.Role
SqlJob.Role. create(String key)
SqlJob.Role
CreateSqlJobDetails. getRole()
The role of the database user.SqlJob.Role
SqlJob. getRole()
The role of the database user.SqlJob.Role
UpdateSqlJobDetails. getRole()
The role of the database user.static SqlJob.Role
SqlJob.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlJob.Role[]
SqlJob.Role. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type SqlJob.Role Modifier and Type Method Description CreateSqlJobDetails.Builder
CreateSqlJobDetails.Builder. role(SqlJob.Role role)
The role of the database user.SqlJob.Builder
SqlJob.Builder. role(SqlJob.Role role)
The role of the database user.UpdateSqlJobDetails.Builder
UpdateSqlJobDetails.Builder. role(SqlJob.Role role)
The role of the database user.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type SqlJob.Role Constructor Description 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.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.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.
-