public class SSEAwsKeyManagementParams extends Object implements Serializable
Constructor and Description |
---|
SSEAwsKeyManagementParams()
Constructs a new instance of SSEAwsKeyManagementParams.
|
SSEAwsKeyManagementParams(String awsKmsKeyId)
Constructs a new instance of SSEAwsKeyManagementParams with the user
specified AWS Key Management System Key Id.
|
Modifier and Type | Method and Description |
---|---|
String |
getAwsKmsKeyId()
Returns the AWS Key Management System Key Id used for encryption.
|
String |
getEncryption()
Returns the scheme used for encrypting the Amazon S3 object.
|
public SSEAwsKeyManagementParams()
public SSEAwsKeyManagementParams(String awsKmsKeyId)
public String getAwsKmsKeyId()
public String getEncryption()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.