Uses of Class
com.tencentcloudapi.chdfs.v20201112.models.DescribeMountPointResponse
-
Packages that use DescribeMountPointResponse Package Description com.tencentcloudapi.chdfs.v20201112 com.tencentcloudapi.chdfs.v20201112.models -
-
Uses of DescribeMountPointResponse in com.tencentcloudapi.chdfs.v20201112
Methods in com.tencentcloudapi.chdfs.v20201112 that return DescribeMountPointResponse Modifier and Type Method Description DescribeMountPointResponseChdfsClient. DescribeMountPoint(DescribeMountPointRequest req)查看挂载点详细信息。 -
Uses of DescribeMountPointResponse in com.tencentcloudapi.chdfs.v20201112.models
Constructors in com.tencentcloudapi.chdfs.v20201112.models with parameters of type DescribeMountPointResponse Constructor Description DescribeMountPointResponse(DescribeMountPointResponse 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.
-