Uses of Class
com.tencentcloudapi.dbbrain.v20191016.models.SecLogExportTaskInfo
-
Packages that use SecLogExportTaskInfo Package Description com.tencentcloudapi.dbbrain.v20191016.models -
-
Uses of SecLogExportTaskInfo in com.tencentcloudapi.dbbrain.v20191016.models
Methods in com.tencentcloudapi.dbbrain.v20191016.models that return SecLogExportTaskInfo Modifier and Type Method Description SecLogExportTaskInfo[]DescribeSecurityAuditLogExportTasksResponse. getTasks()Get 安全审计日志导出任务列表。Methods in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type SecLogExportTaskInfo Modifier and Type Method Description voidDescribeSecurityAuditLogExportTasksResponse. setTasks(SecLogExportTaskInfo[] Tasks)Set 安全审计日志导出任务列表。Constructors in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type SecLogExportTaskInfo Constructor Description SecLogExportTaskInfo(SecLogExportTaskInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-