Uses of Class
com.tencentcloudapi.ciam.v20220331.models.SaltLocationRule
-
Packages that use SaltLocationRule Package Description com.tencentcloudapi.ciam.v20220331.models -
-
Uses of SaltLocationRule in com.tencentcloudapi.ciam.v20220331.models
Methods in com.tencentcloudapi.ciam.v20220331.models that return SaltLocationRule Modifier and Type Method Description SaltLocationRuleSaltLocation. getSaltLocationRule()Get 加盐规则Methods in com.tencentcloudapi.ciam.v20220331.models with parameters of type SaltLocationRule Modifier and Type Method Description voidSaltLocation. setSaltLocationRule(SaltLocationRule SaltLocationRule)Set 加盐规则Constructors in com.tencentcloudapi.ciam.v20220331.models with parameters of type SaltLocationRule Constructor Description SaltLocationRule(SaltLocationRule 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.
-