Uses of Class
com.tencentcloudapi.gaap.v20180529.models.CreateCustomHeaderRequest
-
Packages that use CreateCustomHeaderRequest Package Description com.tencentcloudapi.gaap.v20180529 com.tencentcloudapi.gaap.v20180529.models -
-
Uses of CreateCustomHeaderRequest in com.tencentcloudapi.gaap.v20180529
Methods in com.tencentcloudapi.gaap.v20180529 with parameters of type CreateCustomHeaderRequest Modifier and Type Method Description CreateCustomHeaderResponseGaapClient. CreateCustomHeader(CreateCustomHeaderRequest req)本接口(CreateCustomHeader)用于创建HTTP/HTTPS监听器的自定义header,客户端请求通过访问该监听器时,会将监听器中配置的header信息发送到源站。 -
Uses of CreateCustomHeaderRequest in com.tencentcloudapi.gaap.v20180529.models
Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type CreateCustomHeaderRequest Constructor Description CreateCustomHeaderRequest(CreateCustomHeaderRequest 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.
-