Uses of Class
com.tencentcloudapi.emr.v20190103.models.CustomMetaInfo
-
Packages that use CustomMetaInfo Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of CustomMetaInfo in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return CustomMetaInfo Modifier and Type Method Description CustomMetaInfoCreateInstanceRequest. getMetaDBInfo()Get 自定义MetaDB信息CustomMetaInfoInquiryPriceCreateInstanceRequest. getMetaDBInfo()Get 自定义MetaDB信息CustomMetaInfoMetaDbInfo. getMetaDBInfo()Get 自建元数据库信息。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type CustomMetaInfo Modifier and Type Method Description voidCreateInstanceRequest. setMetaDBInfo(CustomMetaInfo MetaDBInfo)Set 自定义MetaDB信息voidInquiryPriceCreateInstanceRequest. setMetaDBInfo(CustomMetaInfo MetaDBInfo)Set 自定义MetaDB信息voidMetaDbInfo. setMetaDBInfo(CustomMetaInfo MetaDBInfo)Set 自建元数据库信息。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type CustomMetaInfo Constructor Description CustomMetaInfo(CustomMetaInfo 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.
-