Uses of Class
zowe.client.sdk.zosfiles.uss.model.UnixZfs
-
Packages that use UnixZfs Package Description zowe.client.sdk.parse Parse objects for various responseszowe.client.sdk.zosfiles.uss.methods z/OS Unix System Services (USS) files functionality provided by the SDKzowe.client.sdk.zosfiles.uss.model Model objects for z/OS Unix System Services (USS) files processing -
-
Uses of UnixZfs in zowe.client.sdk.parse
Methods in zowe.client.sdk.parse that return UnixZfs Modifier and Type Method Description UnixZfsUnixZfsJsonParse. parseResponse(Object... args)Transform data into UnixZfs object -
Uses of UnixZfs in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods that return types with arguments of type UnixZfs Modifier and Type Method Description List<UnixZfs>UssList. getZfsSystems(UssListZfsInputData listZfsInputData)Perform a list of UNIX filesystems operation -
Uses of UnixZfs in zowe.client.sdk.zosfiles.uss.model
Methods in zowe.client.sdk.zosfiles.uss.model that return UnixZfs Modifier and Type Method Description UnixZfsUnixZfs.Builder. build()Return UnixZfs object based on Builder this object
-