Uses of Class
zowe.client.sdk.core.SshConnection
-
Packages that use SshConnection Package Description zowe.client.sdk.utility Set of utilities for SDK packageszowe.client.sdk.zosuss.method z/OS ssh unix system services functionality provided by the SDK -
-
Uses of SshConnection in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility with parameters of type SshConnection Modifier and Type Method Description static void
ValidateUtils. checkSshConnection(SshConnection connection)
Check SSH connection for validity. -
Uses of SshConnection in zowe.client.sdk.zosuss.method
Constructors in zowe.client.sdk.zosuss.method with parameters of type SshConnection Constructor Description IssueUss(SshConnection connection)
Shell constructor
-