Uses of Class
com.oracle.bmc.dataintegration.model.TaskRun.AuthMode
-
Packages that use TaskRun.AuthMode Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskRun.AuthMode in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskRun.AuthMode Modifier and Type Method Description static TaskRun.AuthMode
TaskRun.AuthMode. create(String key)
TaskRun.AuthMode
TaskRun. getAuthMode()
The autorization mode for when the task was executed.static TaskRun.AuthMode
TaskRun.AuthMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskRun.AuthMode[]
TaskRun.AuthMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type TaskRun.AuthMode Modifier and Type Method Description TaskRun.Builder
TaskRun.Builder. authMode(TaskRun.AuthMode authMode)
The autorization mode for when the task was executed.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskRun.AuthMode Constructor Description TaskRun(String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, ConfigProvider configProvider, TaskRun.Status status, Long startTimeMillis, Long endTimeMillis, Long lastUpdated, Long recordsWritten, Long bytesProcessed, String errorMessage, Double expectedDuration, TaskRun.ExpectedDurationUnit expectedDurationUnit, String taskKey, String externalId, Integer retryAttempt, TaskSchedule taskSchedule, Map<String,Float> metrics, Map<String,ParameterValue> outputs, List<String> executionErrors, List<String> terminationErrors, TaskRun.AuthMode authMode, String opcRequestId, Integer objectStatus, TaskRun.TaskType taskType, Boolean isLogProcessingInProgress, String identifier, ObjectMetadata metadata, Map<String,String> keyMap)
Deprecated.
-