Uses of Class
zowe.client.sdk.zosfiles.dsn.input.DsnDownloadInputData
-
Packages that use DsnDownloadInputData Package Description zowe.client.sdk.zosfiles.dsn.input Request input objects for z/OS dataset and member files processingzowe.client.sdk.zosfiles.dsn.methods z/OS dataset and member files functionality provided by the SDK -
-
Uses of DsnDownloadInputData in zowe.client.sdk.zosfiles.dsn.input
Methods in zowe.client.sdk.zosfiles.dsn.input that return DsnDownloadInputData Modifier and Type Method Description DsnDownloadInputDataDsnDownloadInputData.Builder. build()Return DsnDownloadInputData object based on Builder this object -
Uses of DsnDownloadInputData in zowe.client.sdk.zosfiles.dsn.methods
Methods in zowe.client.sdk.zosfiles.dsn.methods with parameters of type DsnDownloadInputData Modifier and Type Method Description InputStreamDsnGet. get(String targetName, DsnDownloadInputData downloadInputData)Retrieve sequential dataset or dataset member content
-