| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.model.inventory |
| 限定符和类型 | 方法和说明 |
|---|---|
InventoryCosBucketDestination |
InventoryDestination.getCosBucketDestination()
Returns the
InventoryCosBucketDestination which contains COS bucket destination information
of where inventory results are published. |
InventoryCosBucketDestination |
InventoryCosBucketDestination.withAccountId(String accountId)
Returns the account ID that owns the destination bucket
and returns this
InventoryCosBucketDestination object
for method chaining. |
InventoryCosBucketDestination |
InventoryCosBucketDestination.withBucketArn(String bucketArn)
Sets the COS resource name (ARN) of the bucket where inventory results will be published.
|
InventoryCosBucketDestination |
InventoryCosBucketDestination.withEncryption(InventoryEncryption encryption)
Set the type of encryption to use to protect the inventory contents.
|
InventoryCosBucketDestination |
InventoryCosBucketDestination.withFormat(InventoryFormat format)
Sets the output format of the inventory results
and returns this
InventoryCosBucketDestination object
for method chaining. |
InventoryCosBucketDestination |
InventoryCosBucketDestination.withFormat(String format)
Sets the output format of the inventory results
and returns this
InventoryCosBucketDestination object
for method chaining. |
InventoryCosBucketDestination |
InventoryCosBucketDestination.withPrefix(String prefix)
Sets the prefix that is prepended to all inventory results
and returns this
InventoryCosBucketDestination object
for method chaining. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InventoryDestination.setCosBucketDestination(InventoryCosBucketDestination cosBucketDestination)
Sets the
InventoryCosBucketDestination which contains COS bucket destination information
of where inventory results are published. |
InventoryDestination |
InventoryDestination.withCosBucketDestination(InventoryCosBucketDestination cosBucketDestination)
Sets the
InventoryCosBucketDestination which contains COS bucket destination information
of where inventory results are published. |
Copyright © 2021. All rights reserved.