| 程序包 | 说明 |
|---|---|
| com.obs.services.model |
| 限定符和类型 | 方法和说明 |
|---|---|
SSEAlgorithmEnum |
BucketEncryption.getSseAlgorithm()
Obtain the bucket encryption algorithm.
|
SSEAlgorithmEnum |
SseCHeader.getSSEAlgorithm()
Obtain the encryption algorithm type.
|
SSEAlgorithmEnum |
SseKmsHeader.getSSEAlgorithm()
Obtain the encryption algorithm type.
|
static SSEAlgorithmEnum |
SSEAlgorithmEnum.getValueFromCode(String code) |
static SSEAlgorithmEnum |
SSEAlgorithmEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SSEAlgorithmEnum[] |
SSEAlgorithmEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BucketEncryption.setSseAlgorithm(SSEAlgorithmEnum sseAlgorithm)
Set the bucket encryption algorithm.
|
| 构造器和说明 |
|---|
BucketEncryption(SSEAlgorithmEnum sseAlgorithm)
Constructor
|
Copyright © 2021. All rights reserved.