Uses of Class
com.tencentcloudapi.emr.v20190103.models.Configuration
-
Packages that use Configuration Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of Configuration in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return Configuration Modifier and Type Method Description Configuration[]
RunJobFlowRequest. getConfigurations()
Get 指定配置创建集群。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type Configuration Modifier and Type Method Description void
RunJobFlowRequest. setConfigurations(Configuration[] Configurations)
Set 指定配置创建集群。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type Configuration Constructor Description Configuration(Configuration 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.
-