Uses of Class
zowe.client.sdk.zosfiles.uss.input.UssChangeModeInputData
-
Packages that use UssChangeModeInputData 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 UssChangeModeInputData in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return UssChangeModeInputData Modifier and Type Method Description UssChangeModeInputDataUssChangeModeInputData.Builder. build()Return UssChangeModeInputData object based on Builder this object -
Uses of UssChangeModeInputData in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods with parameters of type UssChangeModeInputData Modifier and Type Method Description ResponseUssChangeMode. change(String targetPath, UssChangeModeInputData params)Change the mode of a UNIX file or directory request driven by ChangeModeParams object settings
-