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