Uses of Class
com.tencentcloudapi.emr.v20190103.models.YarnApplication
-
Packages that use YarnApplication Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of YarnApplication in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return YarnApplication Modifier and Type Method Description YarnApplication[]DescribeYarnApplicationsResponse. getResults()Get 结果列表Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type YarnApplication Modifier and Type Method Description voidDescribeYarnApplicationsResponse. setResults(YarnApplication[] Results)Set 结果列表Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type YarnApplication Constructor Description YarnApplication(YarnApplication 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.
-