Uses of Class
com.tencentcloudapi.cdb.v20170320.models.AuditLogFile
-
Packages that use AuditLogFile Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of AuditLogFile in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return AuditLogFile Modifier and Type Method Description AuditLogFile[]DescribeAuditLogFilesResponse. getItems()Get 审计日志文件详情。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type AuditLogFile Modifier and Type Method Description voidDescribeAuditLogFilesResponse. setItems(AuditLogFile[] Items)Set 审计日志文件详情。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cdb.v20170320.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.
-