Uses of Class
com.tencentcloudapi.chdfs.v20201112.models.CreateFileSystemRequest
-
Packages that use CreateFileSystemRequest Package Description com.tencentcloudapi.chdfs.v20201112 com.tencentcloudapi.chdfs.v20201112.models -
-
Uses of CreateFileSystemRequest in com.tencentcloudapi.chdfs.v20201112
Methods in com.tencentcloudapi.chdfs.v20201112 with parameters of type CreateFileSystemRequest Modifier and Type Method Description CreateFileSystemResponse
ChdfsClient. CreateFileSystem(CreateFileSystemRequest req)
创建文件系统(异步)。 -
Uses of CreateFileSystemRequest in com.tencentcloudapi.chdfs.v20201112.models
Constructors in com.tencentcloudapi.chdfs.v20201112.models with parameters of type CreateFileSystemRequest Constructor Description CreateFileSystemRequest(CreateFileSystemRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-