Uses of Class
zowe.client.sdk.zostso.input.StartTsoInputData
-
Packages that use StartTsoInputData Package Description zowe.client.sdk.zostso.method z/OS tso command functionality by the SDKzowe.client.sdk.zostso.service z/OS tso services classes to perform rest api calls -
-
Uses of StartTsoInputData in zowe.client.sdk.zostso.method
Methods in zowe.client.sdk.zostso.method with parameters of type StartTsoInputData Modifier and Type Method Description List<String>IssueTso. 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 call -
Uses of StartTsoInputData in zowe.client.sdk.zostso.service
Methods in zowe.client.sdk.zostso.service with parameters of type StartTsoInputData Modifier and Type Method Description StringTsoStartService. startTso(StartTsoInputData inputData)Make the first TSO request to start the TSO session and retrieve its session id (servletKey).
-