Uses of Class
com.tencentcloudapi.waf.v20180125.models.TLSVersion
-
Packages that use TLSVersion Package Description com.tencentcloudapi.waf.v20180125.models -
-
Uses of TLSVersion in com.tencentcloudapi.waf.v20180125.models
Methods in com.tencentcloudapi.waf.v20180125.models that return TLSVersion Modifier and Type Method Description TLSVersion[]DescribeTlsVersionResponse. getTLS()Get TLS key valueMethods in com.tencentcloudapi.waf.v20180125.models with parameters of type TLSVersion Modifier and Type Method Description voidDescribeTlsVersionResponse. setTLS(TLSVersion[] TLS)Set TLS key valueConstructors in com.tencentcloudapi.waf.v20180125.models with parameters of type TLSVersion Constructor Description TLSVersion(TLSVersion 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.
-