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