Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
SSEAlgorithmEnum |
BucketEncryption.getSseAlgorithm() |
SSEAlgorithmEnum |
SseKmsHeader.getSSEAlgorithm() |
SSEAlgorithmEnum |
SseCHeader.getSSEAlgorithm() |
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) |
Constructor and Description |
---|
BucketEncryption(SSEAlgorithmEnum sseAlgorithm) |
Copyright © 2019. All rights reserved.