Class AliyunBucketLoggingService
java.lang.Object
cn.herodotus.oss.dialect.core.service.BaseOssService<com.aliyun.oss.OSS>
cn.herodotus.oss.dialect.aliyun.definition.service.BaseAliyunService
cn.herodotus.oss.dialect.aliyun.service.AliyunBucketLoggingService
Description: Aliyun OSS 存储桶日志记录 Service
- Author:
- : gengwei.zheng
- Date:
- : 2023/7/23 18:14
-
Constructor Summary
ConstructorsConstructorDescriptionAliyunBucketLoggingService(cn.herodotus.engine.assistant.definition.support.AbstractObjectPool<com.aliyun.oss.OSS> ossClientObjectPool) -
Method Summary
Modifier and TypeMethodDescriptioncom.aliyun.oss.model.VoidResultdeleteBucketLogging(com.aliyun.oss.model.GenericRequest request) com.aliyun.oss.model.BucketLoggingResultgetBucketLogging(com.aliyun.oss.model.GenericRequest request) com.aliyun.oss.model.VoidResultsetBucketLogging(com.aliyun.oss.model.SetBucketLoggingRequest request) Methods inherited from class cn.herodotus.oss.dialect.core.service.BaseOssService
close, getClient
-
Constructor Details
-
AliyunBucketLoggingService
public AliyunBucketLoggingService(cn.herodotus.engine.assistant.definition.support.AbstractObjectPool<com.aliyun.oss.OSS> ossClientObjectPool)
-
-
Method Details
-
setBucketLogging
public com.aliyun.oss.model.VoidResult setBucketLogging(com.aliyun.oss.model.SetBucketLoggingRequest request) -
getBucketLogging
public com.aliyun.oss.model.BucketLoggingResult getBucketLogging(com.aliyun.oss.model.GenericRequest request) -
deleteBucketLogging
public com.aliyun.oss.model.VoidResult deleteBucketLogging(com.aliyun.oss.model.GenericRequest request)
-