Uses of Class
zowe.client.sdk.zosfiles.uss.input.CreateZfsParams
-
Packages that use CreateZfsParams 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 CreateZfsParams in zowe.client.sdk.zosfiles.uss.input
Methods in zowe.client.sdk.zosfiles.uss.input that return CreateZfsParams Modifier and Type Method Description CreateZfsParamsCreateZfsParams.Builder. build()Return CreateZfsParams object based on Builder this object -
Uses of CreateZfsParams in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods with parameters of type CreateZfsParams Modifier and Type Method Description ResponseUssCreate. createZfsCommon(String fileSystemName, CreateZfsParams params)Create a ZFS request driven by the CreateZfsParams object settings.
-