sls sdk

SLSClient Constructor 

Construct the sls client with accessId, accessKey and server address, all other parameters will be set to default value

public SLSClient(
   String endpoint,
   String accessKeyId,
   String accessKey
);

Parameters

String
the sls server address(e.g.,http://cn-hangzhou.sls.aliyuncs.com)
String
aliyun accessId
String
aliyun accessKey

See Also

SLSClient Class | Aliyun.Api.SLS Namespace