Uses of Class
com.tencentcloudapi.eb.v20210416.models.DeleteConnectionResponse
-
Packages that use DeleteConnectionResponse Package Description com.tencentcloudapi.eb.v20210416 com.tencentcloudapi.eb.v20210416.models -
-
Uses of DeleteConnectionResponse in com.tencentcloudapi.eb.v20210416
Methods in com.tencentcloudapi.eb.v20210416 that return DeleteConnectionResponse Modifier and Type Method Description DeleteConnectionResponseEbClient. DeleteConnection(DeleteConnectionRequest req)删除事件连接器 -
Uses of DeleteConnectionResponse in com.tencentcloudapi.eb.v20210416.models
Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type DeleteConnectionResponse Constructor Description DeleteConnectionResponse(DeleteConnectionResponse 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.
-