Uses of Class
com.tencentcloudapi.emr.v20190103.models.EmrListInstance
-
Packages that use EmrListInstance Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of EmrListInstance in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return EmrListInstance Modifier and Type Method Description EmrListInstance[]DescribeInstancesListResponse. getInstancesList()Get 集群实例列表Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type EmrListInstance Modifier and Type Method Description voidDescribeInstancesListResponse. setInstancesList(EmrListInstance[] InstancesList)Set 集群实例列表Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type EmrListInstance Constructor Description EmrListInstance(EmrListInstance 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.
-