-
Methods Method Description com.amazonaws.encryptionsdk.kms.KmsMasterKey.getInstance(AWSCredentials, String) Use aKmsMasterKeyProvider
to obtainKmsMasterKey
s.com.amazonaws.encryptionsdk.kms.KmsMasterKeyProvider.addGrantToken(String) This method is inherently not thread safe. UseKmsMasterKeyProvider.withGrantTokens(List)
orKmsMasterKey.setGrantTokens(List)
instead.KmsMasterKeyProvider
s constructed using the builder will throw an exception on attempts to modify the list of grant tokens.com.amazonaws.encryptionsdk.kms.KmsMasterKeyProvider.setGrantTokens(List<String>) This method is inherently not thread safe. UseKmsMasterKey.setGrantTokens(List)
instead.KmsMasterKeyProvider
s constructed using the builder will throw an exception on attempts to modify the list of grant tokens.
-
Constructors Constructor Description com.amazonaws.encryptionsdk.kms.KmsMasterKeyProvider() The default region set by this constructor is subject to change. Use the builder method to construct instances of this class for better control.