Uses of Class
com.tencentcloudapi.gaap.v20180529.models.CreateFirstLinkSessionRequest
-
Packages that use CreateFirstLinkSessionRequest Package Description com.tencentcloudapi.gaap.v20180529 com.tencentcloudapi.gaap.v20180529.models -
-
Uses of CreateFirstLinkSessionRequest in com.tencentcloudapi.gaap.v20180529
Methods in com.tencentcloudapi.gaap.v20180529 with parameters of type CreateFirstLinkSessionRequest Modifier and Type Method Description CreateFirstLinkSessionResponseGaapClient. CreateFirstLinkSession(CreateFirstLinkSessionRequest req)本接口(CreateFirstLinkSession)用于创建接入段加速会话,创建有可能成功,也可能失败,需要通过返回码来进行判断。 -
Uses of CreateFirstLinkSessionRequest in com.tencentcloudapi.gaap.v20180529.models
Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type CreateFirstLinkSessionRequest Constructor Description CreateFirstLinkSessionRequest(CreateFirstLinkSessionRequest 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.
-