| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.model |
| 限定符和类型 | 方法和说明 |
|---|---|
SSEKeyType |
SSESpecification.getKeyType()
Get the keyType parameter
|
SSEKeyType |
SSEDetails.getKeyType()
Get the type of server-side encryption key
|
static SSEKeyType |
SSEKeyType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SSEKeyType[] |
SSEKeyType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SSESpecification.setKeyType(SSEKeyType keyType)
Set the keyType parameter
|
void |
SSEDetails.setKeyType(SSEKeyType keyType) |
| 构造器和说明 |
|---|
SSEDetails(boolean enable,
SSEKeyType keyType,
byte[] keyId,
byte[] roleArn) |
SSEDetails(boolean enable,
SSEKeyType keyType,
String keyId,
String roleArn) |
SSESpecification(boolean enable,
SSEKeyType keyType)
Construct an SSESpecification object.
|
SSESpecification(boolean enable,
SSEKeyType keyType,
String keyId,
String roleArn)
Constructs an SSESpecification object.
|
Copyright © 2025. All Rights Reserved.