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