Uses of Class
zowe.client.sdk.zostso.StartStopResponse
-
Packages that use StartStopResponse Package Description zowe.client.sdk.utility set of utilities for each main SDK packagezowe.client.sdk.zostso zos tso console functionality provided by the SDK -
-
Uses of StartStopResponse in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility that return StartStopResponse Modifier and Type Method Description static StartStopResponseTsoUtils. populateStartAndStop(ZosmfTsoResponse zosmfResponse)Populate either a Tso start or stop command phase -
Uses of StartStopResponse in zowe.client.sdk.zostso
Methods in zowe.client.sdk.zostso that return StartStopResponse Modifier and Type Method Description StartStopResponseStopTso. stop(String servletKey)Stop TSO address space and populates response with StartStopResponse, @see StartStopResponseMethods in zowe.client.sdk.zostso that return types with arguments of type StartStopResponse Modifier and Type Method Description Optional<StartStopResponse>IssueResponse. getStopResponse()Retrieve stopResponse specifiedMethods in zowe.client.sdk.zostso with parameters of type StartStopResponse Modifier and Type Method Description voidIssueResponse. setStopResponse(StartStopResponse stopResponse)Assign stopResponse value
-