Package cn.ucloud.ufile.client
Interface UFileClientInterface
-
- All Superinterfaces:
Client
- All Known Implementing Classes:
UFileClient
public interface UFileClientInterface extends Client
This client is used to call actions of **UFile** service
-
-
Method Summary
-
-
-
Method Detail
-
createBucket
CreateBucketResponse createBucket(CreateBucketRequest request) throws UCloudException
CreateBucket - 创建Bucket- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createUFileLifeCycle
CreateUFileLifeCycleResponse createUFileLifeCycle(CreateUFileLifeCycleRequest request) throws UCloudException
CreateUFileLifeCycle - 创建生命周期管理- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
createUFileToken
CreateUFileTokenResponse createUFileToken(CreateUFileTokenRequest request) throws UCloudException
CreateUFileToken - 创建US3令牌- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteBucket
DeleteBucketResponse deleteBucket(DeleteBucketRequest request) throws UCloudException
DeleteBucket - 删除Bucket- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteUFileLifeCycle
DeleteUFileLifeCycleResponse deleteUFileLifeCycle(DeleteUFileLifeCycleRequest request) throws UCloudException
DeleteUFileLifeCycle - 删除生命周期管理- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
deleteUFileToken
DeleteUFileTokenResponse deleteUFileToken(DeleteUFileTokenRequest request) throws UCloudException
DeleteUFileToken - 删除令牌- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeBucket
DescribeBucketResponse describeBucket(DescribeBucketRequest request) throws UCloudException
DescribeBucket - 获取Bucket信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUFileLifeCycle
DescribeUFileLifeCycleResponse describeUFileLifeCycle(DescribeUFileLifeCycleRequest request) throws UCloudException
DescribeUFileLifeCycle - 获取生命周期信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
describeUFileToken
DescribeUFileTokenResponse describeUFileToken(DescribeUFileTokenRequest request) throws UCloudException
DescribeUFileToken - 获取令牌信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getUFileDailyReport
GetUFileDailyReportResponse getUFileDailyReport(GetUFileDailyReportRequest request) throws UCloudException
GetUFileDailyReport - 查看日消费报表- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getUFileQuota
GetUFileQuotaResponse getUFileQuota(GetUFileQuotaRequest request) throws UCloudException
GetUFileQuota - 查看配额状态- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getUFileQuotaInfo
GetUFileQuotaInfoResponse getUFileQuotaInfo(GetUFileQuotaInfoRequest request) throws UCloudException
GetUFileQuotaInfo - 获取配额信息- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getUFileQuotaPrice
GetUFileQuotaPriceResponse getUFileQuotaPrice(GetUFileQuotaPriceRequest request) throws UCloudException
GetUFileQuotaPrice - 查询配额支付价格- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
getUFileReport
GetUFileReportResponse getUFileReport(GetUFileReportRequest request) throws UCloudException
GetUFileReport - 查看配额使用报表- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
setUFileReferer
SetUFileRefererResponse setUFileReferer(SetUFileRefererRequest request) throws UCloudException
SetUFileReferer - 设置对象存储防盗链- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateBucket
UpdateBucketResponse updateBucket(UpdateBucketRequest request) throws UCloudException
UpdateBucket - 更改Bucket属性- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateUFileLifeCycle
UpdateUFileLifeCycleResponse updateUFileLifeCycle(UpdateUFileLifeCycleRequest request) throws UCloudException
UpdateUFileLifeCycle - 更新生命周期管理- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
updateUFileToken
UpdateUFileTokenResponse updateUFileToken(UpdateUFileTokenRequest request) throws UCloudException
UpdateUFileToken - 更新令牌- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
-