public static class AcsService.User extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetUserResp |
get(GetUserReq req) |
GetUserResp |
get(GetUserReq req,
RequestOptions reqOptions) |
ListUserResp |
list(ListUserReq req) |
ListUserResp |
list(ListUserReq req,
RequestOptions reqOptions) |
PatchUserResp |
patch(PatchUserReq req) |
PatchUserResp |
patch(PatchUserReq req,
RequestOptions reqOptions) |
public User(Config config)
public GetUserResp get(GetUserReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetUserResp get(GetUserReq req) throws Exception
Exceptionpublic ListUserResp list(ListUserReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListUserResp list(ListUserReq req) throws Exception
Exceptionpublic PatchUserResp patch(PatchUserReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic PatchUserResp patch(PatchUserReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.