Uses of Class
com.oracle.bmc.dif.model.WorkflowAction
-
Packages that use WorkflowAction Package Description com.oracle.bmc.dif.model -
-
Uses of WorkflowAction in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return WorkflowAction Modifier and Type Method Description static WorkflowActionWorkflowAction. create(String key)WorkflowActionGgcsSourceDetail. getAction()Action to be done over the user.WorkflowActionGgcsTargetDetail. getAction()Action to be done over the user.WorkflowActionGgcsUserDetail. getAction()Action to be done over the user.static WorkflowActionWorkflowAction. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowAction[]WorkflowAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dif.model with parameters of type WorkflowAction Modifier and Type Method Description GgcsSourceDetail.BuilderGgcsSourceDetail.Builder. action(WorkflowAction action)Action to be done over the user.GgcsTargetDetail.BuilderGgcsTargetDetail.Builder. action(WorkflowAction action)Action to be done over the user.GgcsUserDetail.BuilderGgcsUserDetail.Builder. action(WorkflowAction action)Action to be done over the user.Constructors in com.oracle.bmc.dif.model with parameters of type WorkflowAction Constructor Description GgcsSourceDetail(String sourceId, WorkflowAction action, Boolean shouldStartSourceOperations, String targetUri, String targetConnectionName)Deprecated.GgcsTargetDetail(String targetId, WorkflowAction action, Boolean shouldStartTargetOperations, String sourceUri, String sourceConnectionName)Deprecated.GgcsUserDetail(String userName, String secretId, String userType, WorkflowAction action)Deprecated.
-