Uses of Class
com.tencentcloudapi.eb.v20210416.models.CreateConnectionResponse
-
Packages that use CreateConnectionResponse Package Description com.tencentcloudapi.eb.v20210416 com.tencentcloudapi.eb.v20210416.models -
-
Uses of CreateConnectionResponse in com.tencentcloudapi.eb.v20210416
Methods in com.tencentcloudapi.eb.v20210416 that return CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponseEbClient. CreateConnection(CreateConnectionRequest req)创建事件连接器 -
Uses of CreateConnectionResponse in com.tencentcloudapi.eb.v20210416.models
Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type CreateConnectionResponse Constructor Description CreateConnectionResponse(CreateConnectionResponse 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.
-