Uses of Class
com.tencentcloudapi.eb.v20210416.models.Connection
-
Packages that use Connection Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of Connection in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return Connection Modifier and Type Method Description Connection[]ListConnectionsResponse. getConnections()Get 连接器信息Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type Connection Modifier and Type Method Description voidListConnectionsResponse. setConnections(Connection[] Connections)Set 连接器信息Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type Connection Constructor Description Connection(Connection 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.
-