Uses of Class
com.tencentcloudapi.vpc.v20170312.models.EndPointService
-
Packages that use EndPointService Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of EndPointService in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return EndPointService Modifier and Type Method Description EndPointServiceCreateVpcEndPointServiceResponse. getEndPointService()Get 终端节点服务对象详细信息。EndPointService[]DescribeVpcEndPointServiceResponse. getEndPointServiceSet()Get 终端节点服务对象数组。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type EndPointService Modifier and Type Method Description voidCreateVpcEndPointServiceResponse. setEndPointService(EndPointService EndPointService)Set 终端节点服务对象详细信息。voidDescribeVpcEndPointServiceResponse. setEndPointServiceSet(EndPointService[] EndPointServiceSet)Set 终端节点服务对象数组。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type EndPointService Constructor Description EndPointService(EndPointService 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.
-