Uses of Class
zowe.client.sdk.zostso.response.StartStopResponses
-
Packages that use StartStopResponses Package Description zowe.client.sdk.zostso.lifecycle z/OS tso console life cycle (start, send, and stop) processingzowe.client.sdk.zostso.response z/OS tso console response handling processing -
-
Uses of StartStopResponses in zowe.client.sdk.zostso.lifecycle
Methods in zowe.client.sdk.zostso.lifecycle that return StartStopResponses Modifier and Type Method Description StartStopResponsesStartTso. start(String accountNumber, StartTsoParams params)Start TSO address space with provided parameters. -
Uses of StartStopResponses in zowe.client.sdk.zostso.response
Methods in zowe.client.sdk.zostso.response that return types with arguments of type StartStopResponses Modifier and Type Method Description Optional<StartStopResponses>IssueResponse. getStartResponse()Retrieve startResponse specifiedMethods in zowe.client.sdk.zostso.response with parameters of type StartStopResponses Modifier and Type Method Description voidIssueResponse. setStartResponse(StartStopResponses startResponse)Assign startResponse value
-