| 程序包 | 说明 |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.common | |
| com.aliyun.openservices.log.request | |
| com.aliyun.openservices.log.response |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ACL |
Client.ExtractACLFromResponse(com.alibaba.fastjson.JSONObject dict,
String requestId) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<ACL> |
Client.ExtractACLs(com.alibaba.fastjson.JSONObject object,
String requestId) |
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateACLResponse |
LogService.UpdateACL(String project,
ACL acl)
Update project ACL
|
UpdateACLResponse |
Client.UpdateACL(String project,
ACL acl) |
UpdateACLResponse |
LogService.UpdateACL(String project,
String logStore,
ACL acl)
update log sotre acl
|
UpdateACLResponse |
Client.UpdateACL(String project,
String logStore,
ACL acl) |
| 构造器和说明 |
|---|
ACL(ACL acl)
construct with an acl
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ACL |
CreateACLRequest.acl |
protected ACL |
UpdateACLRequest.acl |
| 限定符和类型 | 方法和说明 |
|---|---|
ACL |
CreateACLRequest.GetACL() |
ACL |
UpdateACLRequest.GetACL() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateACLRequest.SetACL(ACL acl) |
void |
UpdateACLRequest.SetACL(ACL acl) |
| 构造器和说明 |
|---|
CreateACLRequest(ACL acl) |
UpdateACLRequest(String project,
ACL acl) |
UpdateACLRequest(String project,
String logStore,
ACL acl) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<ACL> |
ListACLResponse.acls |
| 限定符和类型 | 方法和说明 |
|---|---|
ACL |
GetACLResponse.GetACL() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ACL> |
ListACLResponse.GetACLs() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GetACLResponse.SetACL(ACL acl) |
| 构造器和说明 |
|---|
GetACLResponse(Map<String,String> headers,
ACL acl) |
| 构造器和说明 |
|---|
ListACLResponse(Map<String,String> headers,
int count,
int total,
List<ACL> acls) |
Copyright © 2020. All Rights Reserved.