Uses of Class
com.tencentcloudapi.cfs.v20190719.models.BucketInfo
-
Packages that use BucketInfo Package Description com.tencentcloudapi.cfs.v20190719.models -
-
Uses of BucketInfo in com.tencentcloudapi.cfs.v20190719.models
Methods in com.tencentcloudapi.cfs.v20190719.models that return BucketInfo Modifier and Type Method Description BucketInfo[]DescribeBucketListResponse. getBucketList()Get 桶列表Methods in com.tencentcloudapi.cfs.v20190719.models with parameters of type BucketInfo Modifier and Type Method Description voidDescribeBucketListResponse. setBucketList(BucketInfo[] BucketList)Set 桶列表Constructors in com.tencentcloudapi.cfs.v20190719.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.
-