Uses of Class
zowe.client.sdk.zosfiles.uss.input.UssSetAclInputData
-
Packages that use UssSetAclInputData 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 UssSetAclInputData in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return UssSetAclInputData Modifier and Type Method Description UssSetAclInputDataUssSetAclInputData.Builder. build()Build UssSetAclInputData object -
Uses of UssSetAclInputData in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods with parameters of type UssSetAclInputData Modifier and Type Method Description ResponseUssSetAcl. setAclCommon(String targetPath, UssSetAclInputData params)Sets the ACL for a USS file or directory request driven by SetAclParams object settings
-