Class UssChangeMode
- java.lang.Object
-
- zowe.client.sdk.zosfiles.uss.methods.UssChangeMode
-
public class UssChangeMode extends Object
Provides Unix System Services (USS) chmod functionality- Version:
- 4.0
- Author:
- James Kostrewski
-
-
Constructor Summary
Constructors Constructor Description UssChangeMode(ZosConnection connection)UssChangeMode Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Responsechange(String targetPath, UssChangeModeInputData params)Change the mode of a UNIX file or directory request driven by ChangeModeParams object settings
-
-
-
Constructor Detail
-
UssChangeMode
public UssChangeMode(ZosConnection connection)
UssChangeMode Constructor- Parameters:
connection- for connection information, see ZosConnection object
-
-
Method Detail
-
change
public Response change(String targetPath, UssChangeModeInputData params) throws ZosmfRequestException
Change the mode of a UNIX file or directory request driven by ChangeModeParams object settings- Parameters:
targetPath- identifies the UNIX file or directory to be the target of the operationparams- change mode response parameters, see ChangeModeParams object- Returns:
- Response object
- Throws:
ZosmfRequestException- request error state
-
-