Uses of Class
com.tencentcloudapi.eb.v20210416.models.ESTargetParams
-
Packages that use ESTargetParams Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of ESTargetParams in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return ESTargetParams Modifier and Type Method Description ESTargetParamsTargetDescription. getESTargetParams()Get ElasticSearch参数Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type ESTargetParams Modifier and Type Method Description voidTargetDescription. setESTargetParams(ESTargetParams ESTargetParams)Set ElasticSearch参数Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type ESTargetParams Constructor Description ESTargetParams(ESTargetParams 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.
-