Uses of Class
com.tencentcloudapi.vpc.v20170312.models.EndPoint
-
Packages that use EndPoint Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of EndPoint in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return EndPoint Modifier and Type Method Description EndPointCreateVpcEndPointResponse. getEndPoint()Get 终端节点对象详细信息。EndPoint[]DescribeVpcEndPointResponse. getEndPointSet()Get 终端节点对象。EndPoint[]EndPointService. getEndPointSet()Get 终端节点对象数组。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type EndPoint Modifier and Type Method Description voidCreateVpcEndPointResponse. setEndPoint(EndPoint EndPoint)Set 终端节点对象详细信息。voidDescribeVpcEndPointResponse. setEndPointSet(EndPoint[] EndPointSet)Set 终端节点对象。voidEndPointService. setEndPointSet(EndPoint[] EndPointSet)Set 终端节点对象数组。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.vpc.v20170312.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.
-