| 程序包 | 说明 |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.common | |
| com.aliyun.openservices.log.request | |
| com.aliyun.openservices.log.response |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
protected ACL |
Client.ExtractACLFromResponse(net.sf.json.JSONObject dict,
String requestId) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
protected List<ACL> |
Client.ExtractACLs(net.sf.json.JSONObject object,
String requestId) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
UpdateACLResponse |
Client.UpdateACL(String project,
ACL acl) |
|
UpdateACLResponse |
Client.UpdateACL(String project,
String logStore,
ACL acl) |
|
UpdateACLResponse |
LogService.UpdateACL(String project,
ACL acl) |
Update project ACL
|
UpdateACLResponse |
LogService.UpdateACL(String project,
String logStore,
ACL acl) |
update log sotre 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 © 2018. All Rights Reserved.