Uses of Class
com.tencentcloudapi.emr.v20190103.models.UserAndGroup
-
Packages that use UserAndGroup Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of UserAndGroup in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return UserAndGroup Modifier and Type Method Description UserAndGroup[]DeleteUserManagerUserListRequest. getUserGroupList()Get 用户组Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type UserAndGroup Modifier and Type Method Description voidDeleteUserManagerUserListRequest. setUserGroupList(UserAndGroup[] UserGroupList)Set 用户组Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type UserAndGroup Constructor Description UserAndGroup(UserAndGroup 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.
-