Uses of Class
zowe.client.sdk.zosfiles.uss.input.GetAclParams
-
Packages that use GetAclParams 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 GetAclParams in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return GetAclParams Modifier and Type Method Description GetAclParamsGetAclParams.Builder. build()Return GetAclParams object based on Builder this object -
Uses of GetAclParams in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods with parameters of type GetAclParams Modifier and Type Method Description ResponseUssGetAcl. getAclCommon(String targetPath, GetAclParams params)Get the ACL for a USS file or directory
-