Uses of Class
zowe.client.sdk.zosfiles.uss.input.ChangeTagParams
-
Packages that use ChangeTagParams 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 ChangeTagParams in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return ChangeTagParams Modifier and Type Method Description ChangeTagParamsChangeTagParams.Builder. build()Build CopyParams object -
Uses of ChangeTagParams in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods with parameters of type ChangeTagParams Modifier and Type Method Description ResponseUssChangeTag. changeCommon(String fileNamePath, ChangeTagParams params)Change tag of a UNIX file request driven by ChangeTagParams object settings
-