| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.model |
| Modifier and Type | Method and Description |
|---|---|
SSEKeyType |
SSESpecification.getKeyType()
获取keyType参数
|
SSEKeyType |
SSEDetails.getKeyType()
获取服务器端加密的秘钥类型
|
static SSEKeyType |
SSEKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSEKeyType[] |
SSEKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSESpecification.setKeyType(SSEKeyType keyType)
设置keyType参数
|
void |
SSEDetails.setKeyType(SSEKeyType keyType) |
| Constructor and Description |
|---|
SSEDetails(boolean enable,
SSEKeyType keyType,
byte[] keyId,
byte[] roleArn) |
SSEDetails(boolean enable,
SSEKeyType keyType,
String keyId,
String roleArn) |
SSESpecification(boolean enable,
SSEKeyType keyType)
构造一个SSESpecification对象。
注意:
1.
|
SSESpecification(boolean enable,
SSEKeyType keyType,
String keyId,
String roleArn)
构造一个SSESpecification对象。
注意:
1.
|
Copyright © 2024. All Rights Reserved.