Package | Description |
---|---|
com.obs.services | |
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
BucketEncryption |
IObsClient.getBucketEncryption(BaseBucketRequest request)
Obtain bucket encryption configuration.
|
BucketEncryption |
AbstractBucketAdvanceClient.getBucketEncryption(BaseBucketRequest request) |
BucketEncryption |
IObsClient.getBucketEncryption(String bucketName)
Obtain bucket encryption configuration.
|
BucketEncryption |
AbstractBucketAdvanceClient.getBucketEncryption(String bucketName) |
Modifier and Type | Method and Description |
---|---|
HeaderResponse |
IObsClient.setBucketEncryption(String bucketName,
BucketEncryption bucketEncryption)
Set bucket encryption.
|
HeaderResponse |
AbstractBucketAdvanceClient.setBucketEncryption(String bucketName,
BucketEncryption bucketEncryption) |
Modifier and Type | Method and Description |
---|---|
BucketEncryption |
SetBucketEncryptionRequest.getBucketEncryption() |
Modifier and Type | Method and Description |
---|---|
void |
SetBucketEncryptionRequest.setBucketEncryption(BucketEncryption bucketEncryption) |
Constructor and Description |
---|
SetBucketEncryptionRequest(String bucketName,
BucketEncryption bucketEncryption) |
Copyright © 2021. All rights reserved.