Package | Description |
---|---|
com.obs.services | |
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
HeaderResponse |
AbstractBucketClient.setBucketRequestPayment(String bucketName,
RequestPaymentEnum payer) |
HeaderResponse |
IObsClient.setBucketRequestPayment(String bucketName,
RequestPaymentEnum payer)
设置桶的请求者付费状态
|
Modifier and Type | Method and Description |
---|---|
RequestPaymentEnum |
RequestPaymentConfiguration.getPayer()
获取请求者付费状态
|
RequestPaymentEnum |
SetBucketRequestPaymentRequest.getPayer()
获取请求者付费状态
|
static RequestPaymentEnum |
RequestPaymentEnum.getValueFromCode(String code) |
static RequestPaymentEnum |
RequestPaymentEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestPaymentEnum[] |
RequestPaymentEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestPaymentConfiguration.setPayer(RequestPaymentEnum payer)
设置请求者付费状态
|
void |
SetBucketRequestPaymentRequest.setPayer(RequestPaymentEnum payer)
设置请求者付费状态
|
Constructor and Description |
---|
RequestPaymentConfiguration(RequestPaymentEnum payer)
构造函数
|
SetBucketRequestPaymentRequest(String bucketName,
RequestPaymentEnum payer) |
Copyright © 2021. All rights reserved.