public class IoaClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION| Constructor and Description |
|---|
IoaClient(Credential credential,
String region) |
IoaClient(Credential credential,
String region,
ClientProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountGroupsResponse |
DescribeAccountGroups(DescribeAccountGroupsRequest req)
以分页的方式查询账户目录列表,私有化调用path为:/capi/Assets/DescribeAccountGroups
|
DescribeDevicesResponse |
DescribeDevices(DescribeDevicesRequest req)
查询满足条件的终端数据详情,私有化调用path为:/capi/Assets/Device/DescribeDevices
|
DescribeLocalAccountsResponse |
DescribeLocalAccounts(DescribeLocalAccountsRequest req)
获取账号列表,支持分页,模糊搜索,私有化调用path为:/capi/Assets/Account/DescribeLocalAccounts
|
DescribeRootAccountGroupResponse |
DescribeRootAccountGroup(DescribeRootAccountGroupRequest req)
查询账户根分组详情,私有化调用path为:capi/Assets/DescribeRootAccountGroup
|
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, internalRequest, internalRequestRaw, processResponseJson, processResponseSSE, retry, setClientProfile, setCredential, setRegion, setRegionBreakerpublic IoaClient(Credential credential, String region)
public IoaClient(Credential credential, String region, ClientProfile profile)
public DescribeAccountGroupsResponse DescribeAccountGroups(DescribeAccountGroupsRequest req) throws TencentCloudSDKException
req - DescribeAccountGroupsRequestTencentCloudSDKExceptionpublic DescribeDevicesResponse DescribeDevices(DescribeDevicesRequest req) throws TencentCloudSDKException
req - DescribeDevicesRequestTencentCloudSDKExceptionpublic DescribeLocalAccountsResponse DescribeLocalAccounts(DescribeLocalAccountsRequest req) throws TencentCloudSDKException
req - DescribeLocalAccountsRequestTencentCloudSDKExceptionpublic DescribeRootAccountGroupResponse DescribeRootAccountGroup(DescribeRootAccountGroupRequest req) throws TencentCloudSDKException
req - DescribeRootAccountGroupRequestTencentCloudSDKExceptionCopyright © 2024. All rights reserved.