Uses of Class
com.tencentcloudapi.teo.v20220901.models.RewriteAction
-
Packages that use RewriteAction Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of RewriteAction in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return RewriteAction Modifier and Type Method Description RewriteActionAction. getRewriteAction()Get 带有请求头/响应头的功能操作,选择该类型的功能项有: 修改 HTTP 请求头(RequestHeader); 修改HTTP响应头(ResponseHeader)。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type RewriteAction Modifier and Type Method Description voidAction. setRewriteAction(RewriteAction RewriteAction)Set 带有请求头/响应头的功能操作,选择该类型的功能项有: 修改 HTTP 请求头(RequestHeader); 修改HTTP响应头(ResponseHeader)。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type RewriteAction Constructor Description RewriteAction(RewriteAction 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.
-