Uses of Class
com.tencentcloudapi.ams.v20201229.models.BucketInfo
-
Packages that use BucketInfo Package Description com.tencentcloudapi.ams.v20201229.models -
-
Uses of BucketInfo in com.tencentcloudapi.ams.v20201229.models
Methods in com.tencentcloudapi.ams.v20201229.models that return BucketInfo Modifier and Type Method Description BucketInfoInputInfo. getBucketInfo()Get 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。BucketInfoStorageInfo. getBucketInfo()Get 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空,该参数与Url参数须传入其中之一。Methods in com.tencentcloudapi.ams.v20201229.models with parameters of type BucketInfo Modifier and Type Method Description voidInputInfo. setBucketInfo(BucketInfo BucketInfo)Set 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空。 注意:此字段可能返回 null,表示取不到有效值。voidStorageInfo. setBucketInfo(BucketInfo BucketInfo)Set 该字段表示文件访问的腾讯云存储桶信息。
备注:当Type为COS时此字段不为空,该参数与Url参数须传入其中之一。Constructors in com.tencentcloudapi.ams.v20201229.models with parameters of type BucketInfo Constructor Description BucketInfo(BucketInfo 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.
-