| Package | Description |
|---|---|
| com.aliyun.openservices.log.common |
| Modifier and Type | Method and Description |
|---|---|
static DataSinkType |
DataSinkType.fromString(String value) |
DataSinkType |
DataSink.getType() |
static DataSinkType |
DataSinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSinkType[] |
DataSinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataSink.setType(DataSinkType type) |
| Constructor and Description |
|---|
AliyunLOGSink(DataSinkType type,
String name,
String endpoint,
String project,
String logstore,
String roleArn) |
AliyunLOGSink(DataSinkType type,
String name,
String endpoint,
String project,
String logstore,
String accessKeyId,
String accessKeySecret) |
DataSink(DataSinkType type) |
Copyright © 2025. All Rights Reserved.