Uses of Class
com.tencentcloudapi.ciam.v20220331.models.SaltLocation
-
Packages that use SaltLocation Package Description com.tencentcloudapi.ciam.v20220331.models -
-
Uses of SaltLocation in com.tencentcloudapi.ciam.v20220331.models
Methods in com.tencentcloudapi.ciam.v20220331.models that return SaltLocation Modifier and Type Method Description SaltLocationSalt. getSaltLocation()Get 盐值位置Methods in com.tencentcloudapi.ciam.v20220331.models with parameters of type SaltLocation Modifier and Type Method Description voidSalt. setSaltLocation(SaltLocation SaltLocation)Set 盐值位置Constructors in com.tencentcloudapi.ciam.v20220331.models with parameters of type SaltLocation Constructor Description SaltLocation(SaltLocation 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.
-