Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
SSEAlgorithmEnum |
BucketEncryption.getSseAlgorithm()
Obtain the bucket encryption algorithm.
|
SSEAlgorithmEnum |
SseKmsHeader.getSSEAlgorithm()
Obtain the encryption algorithm type.
|
SSEAlgorithmEnum |
SseCHeader.getSSEAlgorithm()
Obtain the encryption algorithm type.
|
static SSEAlgorithmEnum |
SSEAlgorithmEnum.getValueFromCode(String code) |
static SSEAlgorithmEnum |
SSEAlgorithmEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSEAlgorithmEnum[] |
SSEAlgorithmEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BucketEncryption.setSseAlgorithm(SSEAlgorithmEnum sseAlgorithm)
Set the bucket encryption algorithm.
|
Constructor and Description |
---|
BucketEncryption(SSEAlgorithmEnum sseAlgorithm)
Constructor
|
Copyright © 2019. All rights reserved.