Uses of Class
com.tencentcloudapi.cynosdb.v20190107.models.AuditLogFile
-
Packages that use AuditLogFile Package Description com.tencentcloudapi.cynosdb.v20190107.models -
-
Uses of AuditLogFile in com.tencentcloudapi.cynosdb.v20190107.models
Methods in com.tencentcloudapi.cynosdb.v20190107.models that return AuditLogFile Modifier and Type Method Description AuditLogFile[]DescribeAuditLogFilesResponse. getItems()Get 审计日志文件详情。Methods in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type AuditLogFile Modifier and Type Method Description voidDescribeAuditLogFilesResponse. setItems(AuditLogFile[] Items)Set 审计日志文件详情。Constructors in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type AuditLogFile Constructor Description AuditLogFile(AuditLogFile 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.
-