Uses of Class
zowe.client.sdk.zosfiles.uss.input.UssChangeOwnerInputData
-
Packages that use UssChangeOwnerInputData 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 UssChangeOwnerInputData in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return UssChangeOwnerInputData Modifier and Type Method Description UssChangeOwnerInputDataUssChangeOwnerInputData.Builder. build()Return UssChangeOwnerInputData object based on Builder this object -
Uses of UssChangeOwnerInputData in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods with parameters of type UssChangeOwnerInputData Modifier and Type Method Description ResponseUssChangeOwner. changeCommon(String targetPath, UssChangeOwnerInputData params)Perform chown operation on a UNIX file or directory request driven by ChangeOwnerParams object settings
-