Uses of Class
zowe.client.sdk.zostso.input.StartTsoInputData
-
Packages that use StartTsoInputData Package Description zowe.client.sdk.zostso.methods z/OS tso command functionality by the SDK -
-
Uses of StartTsoInputData in zowe.client.sdk.zostso.methods
Methods in zowe.client.sdk.zostso.methods with parameters of type StartTsoInputData Modifier and Type Method Description List<String>TsoCmd. issueCommand(String command, StartTsoInputData inputData)Issue TSO command API call to process the given command via z/OSMF restful with given custom parameters for the start TSO session callStringTsoStart. start(StartTsoInputData inputData)Make the first TSO request to start the TSO session and retrieve its session id (servletKey).
-