Uses of Class
com.tencentcloudapi.eiam.v20210420.models.RemoveAccountFromAccountGroupRequest
-
Packages that use RemoveAccountFromAccountGroupRequest Package Description com.tencentcloudapi.eiam.v20210420 com.tencentcloudapi.eiam.v20210420.models -
-
Uses of RemoveAccountFromAccountGroupRequest in com.tencentcloudapi.eiam.v20210420
Methods in com.tencentcloudapi.eiam.v20210420 with parameters of type RemoveAccountFromAccountGroupRequest Modifier and Type Method Description RemoveAccountFromAccountGroupResponseEiamClient. RemoveAccountFromAccountGroup(RemoveAccountFromAccountGroupRequest req)从账号组中移除账号 -
Uses of RemoveAccountFromAccountGroupRequest in com.tencentcloudapi.eiam.v20210420.models
Constructors in com.tencentcloudapi.eiam.v20210420.models with parameters of type RemoveAccountFromAccountGroupRequest Constructor Description RemoveAccountFromAccountGroupRequest(RemoveAccountFromAccountGroupRequest 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.
-