Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.SetAccountUserPrivilegeRequest
-
Packages that use SetAccountUserPrivilegeRequest Package Description com.tencentcloudapi.mongodb.v20190725 com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of SetAccountUserPrivilegeRequest in com.tencentcloudapi.mongodb.v20190725
Methods in com.tencentcloudapi.mongodb.v20190725 with parameters of type SetAccountUserPrivilegeRequest Modifier and Type Method Description SetAccountUserPrivilegeResponse
MongodbClient. SetAccountUserPrivilege(SetAccountUserPrivilegeRequest req)
本接口(SetAccountUserPrivilege)用于设置实例的账号权限。 -
Uses of SetAccountUserPrivilegeRequest in com.tencentcloudapi.mongodb.v20190725.models
Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type SetAccountUserPrivilegeRequest Constructor Description SetAccountUserPrivilegeRequest(SetAccountUserPrivilegeRequest 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.
-