Uses of Class
zowe.client.sdk.zosfiles.uss.input.UssCopyInputData
-
Packages that use UssCopyInputData 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 UssCopyInputData in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return UssCopyInputData Modifier and Type Method Description UssCopyInputDataUssCopyInputData.Builder. build()Return UssCopyInputData object based on Builder this object -
Uses of UssCopyInputData in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods with parameters of type UssCopyInputData Modifier and Type Method Description ResponseUssCopy. copyCommon(String targetPath, UssCopyInputData copyInputData)Copy a Unix file or directory to another location request driven by UssCopyInputData object settings
-