Uses of Class
com.tencentcloudapi.gaap.v20180529.models.DeleteSecurityPolicyRequest
-
Packages that use DeleteSecurityPolicyRequest Package Description com.tencentcloudapi.gaap.v20180529 com.tencentcloudapi.gaap.v20180529.models -
-
Uses of DeleteSecurityPolicyRequest in com.tencentcloudapi.gaap.v20180529
Methods in com.tencentcloudapi.gaap.v20180529 with parameters of type DeleteSecurityPolicyRequest Modifier and Type Method Description DeleteSecurityPolicyResponseGaapClient. DeleteSecurityPolicy(DeleteSecurityPolicyRequest req)删除安全策略 -
Uses of DeleteSecurityPolicyRequest in com.tencentcloudapi.gaap.v20180529.models
Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type DeleteSecurityPolicyRequest Constructor Description DeleteSecurityPolicyRequest(DeleteSecurityPolicyRequest 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.
-