public class IamServiceImpl extends BaseServiceImpl implements IIamService
apiInfoList, serviceInfo| 限定符和类型 | 方法和说明 |
|---|---|
RoleGetResponse |
createRole(RoleCreateRequest roleCreateRequest)
create role.
|
CommonResponse |
deleteRole(RoleDeleteRequest roleDeleteRequest)
Delete roles.
|
static IIamService |
getInstance() |
RoleGetResponse |
getRole(RoleGetRequest roleGetRequest)
get role.
|
RoleListResponse |
listRoles(RoleListRequest roleListRequest)
List roles.
|
ListUsersResponse |
listUsers(ListUsersRequest listUsersRequest)
List users.
|
CommonResponse |
updateRole(RoleUpdateRequest roleUpdateRequest)
Update roles.
|
getAccessKey, getApiInfoList, getHttpClient, getISigner, getRegion, getSecretKey, getServiceInfo, getSessionToken, getSignUrl, json, post, put, putData, putDataWithResponse, query, setAccessKey, setClientNoReuse, setConnectionTimeout, setHost, setHttpClient, setRegion, setScheme, setSecretKey, setServiceInfo, setSessionToken, setSocketTimeout, signSts2clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccessKey, getRegion, getSecretKey, getSessionToken, getSignUrl, json, post, put, putData, query, setAccessKey, setClientNoReuse, setConnectionTimeout, setHost, setHttpClient, setRegion, setScheme, setSecretKey, setServiceInfo, setSessionToken, setSocketTimeout, signSts2public static IIamService getInstance()
public ListUsersResponse listUsers(ListUsersRequest listUsersRequest) throws Exception
IIamServicelistUsers 在接口中 IIamServicelistUsersRequest - the list users requestException - the exceptionpublic RoleGetResponse createRole(RoleCreateRequest roleCreateRequest) throws Exception
IIamServicecreateRole 在接口中 IIamServiceroleCreateRequest - the list users requestException - the exceptionpublic RoleGetResponse getRole(RoleGetRequest roleGetRequest) throws Exception
IIamServicegetRole 在接口中 IIamServiceroleGetRequest - the list users requestException - the exceptionpublic RoleListResponse listRoles(RoleListRequest roleListRequest) throws Exception
IIamServicelistRoles 在接口中 IIamServiceroleListRequest - the list users requestException - the exceptionpublic CommonResponse updateRole(RoleUpdateRequest roleUpdateRequest) throws Exception
IIamServiceupdateRole 在接口中 IIamServiceroleUpdateRequest - the list users requestException - the exceptionpublic CommonResponse deleteRole(RoleDeleteRequest roleDeleteRequest) throws Exception
IIamServicedeleteRole 在接口中 IIamServiceroleDeleteRequest - the list users requestException - the exceptionCopyright © 2022. All rights reserved.