Class EncryptionConfiguration
-
- All Implemented Interfaces:
public final class EncryptionConfiguration
-
-
Constructor Summary
Constructors Constructor Description EncryptionConfiguration(String sseType, String kmsKeyArn)
-
Method Summary
Modifier and Type Method Description final StringgetSseType()final StringgetKmsKeyArn()-
-
Method Detail
-
getSseType
final String getSseType()
-
getKmsKeyArn
final String getKmsKeyArn()
-
-
-
-