public static final class AwsBucketCredentialsImpl.KmsDescription extends Object
| Constructor and Description |
|---|
KmsDescription(boolean kmsProxy,
String kmsSecretName,
String kmsEncryptionContextKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKmsEncryptionContextKey() |
String |
getKmsSecretName() |
boolean |
isKmsProxy() |
void |
setKmsEncryptionContextKey(String kmsEncryptionContextKey) |
void |
setKmsProxy(boolean kmsProxy) |
void |
setKmsSecretName(String kmsSecretName) |
String |
toString() |
public void setKmsEncryptionContextKey(String kmsEncryptionContextKey)
public String getKmsEncryptionContextKey()
public void setKmsProxy(boolean kmsProxy)
public boolean isKmsProxy()
public String getKmsSecretName()
public void setKmsSecretName(String kmsSecretName)
Copyright © 2016–2017. All rights reserved.