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)
Configure the requester-pays function for a bucket.
|
Modifier and Type | Method and Description |
---|---|
RequestPaymentEnum |
SetBucketRequestPaymentRequest.getPayer()
Obtain the status of the requester-pays function.
|
RequestPaymentEnum |
RequestPaymentConfiguration.getPayer()
Obtain the status of the requester-pays function.
|
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 |
SetBucketRequestPaymentRequest.setPayer(RequestPaymentEnum payer)
Set the status of the requester-pays function.
|
void |
RequestPaymentConfiguration.setPayer(RequestPaymentEnum payer)
Configure the status of the requester-pays function.
|
Constructor and Description |
---|
RequestPaymentConfiguration(RequestPaymentEnum payer)
Constructor
|
SetBucketRequestPaymentRequest(String bucketName,
RequestPaymentEnum payer) |
Copyright © 2021. All rights reserved.