Uses of Class
com.tencentcloudapi.emr.v20190103.models.DependService
-
Packages that use DependService Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of DependService in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return DependService Modifier and Type Method Description DependService[]CreateClusterRequest. getDependService()Get 共享组件信息Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type DependService Modifier and Type Method Description voidCreateClusterRequest. setDependService(DependService[] DependService)Set 共享组件信息Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type DependService Constructor Description DependService(DependService 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.
-