Uses of Class
com.tencentcloudapi.cdn.v20180606.models.HttpsPackage
-
Packages that use HttpsPackage Package Description com.tencentcloudapi.cdn.v20180606.models -
-
Uses of HttpsPackage in com.tencentcloudapi.cdn.v20180606.models
Methods in com.tencentcloudapi.cdn.v20180606.models that return HttpsPackage Modifier and Type Method Description HttpsPackage[]DescribeHttpsPackagesResponse. getHttpsPackages()Get HTTPS请求包详情Methods in com.tencentcloudapi.cdn.v20180606.models with parameters of type HttpsPackage Modifier and Type Method Description voidDescribeHttpsPackagesResponse. setHttpsPackages(HttpsPackage[] HttpsPackages)Set HTTPS请求包详情Constructors in com.tencentcloudapi.cdn.v20180606.models with parameters of type HttpsPackage Constructor Description HttpsPackage(HttpsPackage 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.
-