Uses of Class
com.tencentcloudapi.emr.v20190103.models.DiskGroup
-
Packages that use DiskGroup Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of DiskGroup in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return DiskGroup Modifier and Type Method Description DiskGroup[]JobFlowResource. getDiskGroups()Get 磁盘描述列表。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type DiskGroup Modifier and Type Method Description voidJobFlowResource. setDiskGroups(DiskGroup[] DiskGroups)Set 磁盘描述列表。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type DiskGroup Constructor Description DiskGroup(DiskGroup 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.
-