| Package | Description |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.common | |
| com.aliyun.openservices.log.request | |
| com.aliyun.openservices.log.response |
| Modifier and Type | Method and Description |
|---|---|
CreateLogStoreResponse |
LogService.createEventStore(String project,
LogStore logStore,
Index index) |
CreateLogStoreResponse |
Client.createEventStore(String project,
LogStore logStore,
Index index) |
CreateIndexResponse |
LogService.CreateIndex(String project,
String logStore,
Index index)
create logstore index
|
CreateIndexResponse |
Client.CreateIndex(String project,
String logStore,
Index index) |
UpdateIndexResponse |
LogService.UpdateIndex(String project,
String logStore,
Index index)
Update logstore index config
|
UpdateIndexResponse |
Client.UpdateIndex(String project,
String logStore,
Index index) |
| Constructor and Description |
|---|
Index(Index other)
Create index from another index
|
| Modifier and Type | Method and Description |
|---|---|
Index |
CreateIndexRequest.GetIndex() |
Index |
UpdateIndexRequest.GetIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIndexRequest.SetIndex(Index index) |
void |
UpdateIndexRequest.SetIndex(Index index) |
| Constructor and Description |
|---|
CreateIndexRequest(String project,
String logStore,
Index index) |
UpdateIndexRequest(String project,
String logStore,
Index index) |
| Modifier and Type | Method and Description |
|---|---|
Index |
GetIndexResponse.GetIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetIndexResponse.SetIndex(Index index) |
| Constructor and Description |
|---|
GetIndexResponse(Map<String,String> headers,
Index index) |
Copyright © 2025. All Rights Reserved.