Uses of Class
zowe.client.sdk.zosfiles.uss.input.UssGetInputData
-
Packages that use UssGetInputData Package Description zowe.client.sdk.zosfiles.uss.input Request input objects for z/OS Unix System Services (USS) files processingzowe.client.sdk.zosfiles.uss.methods z/OS Unix System Services (USS) files functionality provided by the SDK -
-
Uses of UssGetInputData in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return UssGetInputData Modifier and Type Method Description UssGetInputDataUssGetInputData.Builder. build()Return UssGetInputData object based on Builder this object -
Uses of UssGetInputData in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods with parameters of type UssGetInputData Modifier and Type Method Description ResponseUssGet. getCommon(String fileNamePath, UssGetInputData getInputData)Get the contents of a UNIX file driven by the UssGetInputData object settings
-