Uses of Class
com.tencentcloudapi.tdcpg.v20211118.models.Endpoint
-
Packages that use Endpoint Package Description com.tencentcloudapi.tdcpg.v20211118.models -
-
Uses of Endpoint in com.tencentcloudapi.tdcpg.v20211118.models
Methods in com.tencentcloudapi.tdcpg.v20211118.models that return Endpoint Modifier and Type Method Description Endpoint[]Cluster. getEndpointSet()Get 集群内访问点信息Endpoint[]DescribeClusterEndpointsResponse. getEndpointSet()Get 接入点列表Methods in com.tencentcloudapi.tdcpg.v20211118.models with parameters of type Endpoint Modifier and Type Method Description voidCluster. setEndpointSet(Endpoint[] EndpointSet)Set 集群内访问点信息voidDescribeClusterEndpointsResponse. setEndpointSet(Endpoint[] EndpointSet)Set 接入点列表Constructors in com.tencentcloudapi.tdcpg.v20211118.models with parameters of type Endpoint Constructor Description Endpoint(Endpoint 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.
-