sls sdk

PutLogsRequest Constructor

default constructor. please set required fileds(project, logstore) initialized by this default constructor before using it to send request. Otherwise, request will be failed with exception.

Overload List

default constructor. please set required fileds(project, logstore) initialized by this default constructor before using it to send request. Otherwise, request will be failed with exception.

public PutLogsRequest();

constructor with all required fileds

public PutLogsRequest(String,String);

constructor with all possilbe fileds

public PutLogsRequest(String,String,String,String,List<T>);

See Also

PutLogsRequest Class | Aliyun.Api.SLS.Request Namespace