Uses of Class
com.tencentcloudapi.emr.v20190103.models.JobFlowResourceSpec
-
Packages that use JobFlowResourceSpec Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of JobFlowResourceSpec in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return JobFlowResourceSpec Modifier and Type Method Description JobFlowResourceSpecClusterSetting. getResourceSpec()Get 实例硬件配置。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type JobFlowResourceSpec Modifier and Type Method Description voidClusterSetting. setResourceSpec(JobFlowResourceSpec ResourceSpec)Set 实例硬件配置。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type JobFlowResourceSpec Constructor Description JobFlowResourceSpec(JobFlowResourceSpec 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.
-