Uses of Class
com.amazonaws.encryptionsdk.kms.KmsMasterKeyProvider
Packages that use KmsMasterKeyProvider
-
Uses of KmsMasterKeyProvider in com.amazonaws.encryptionsdk.kms
Methods in com.amazonaws.encryptionsdk.kms that return KmsMasterKeyProviderModifier and TypeMethodDescriptionKmsMasterKeyProvider.Builder.buildDiscovery()Builds the master key provider in Discovery Mode.KmsMasterKeyProvider.Builder.buildDiscovery(DiscoveryFilter filter)Builds the master key provider in Discovery Mode with aDiscoveryFilter.KmsMasterKeyProvider.Builder.buildStrict(String... keyIds)Builds the master key provider in strict mode.KmsMasterKeyProvider.Builder.buildStrict(List<String> keyIds)Builds the master key provider in Strict Mode.KmsMasterKeyProvider.withGrantTokens(String... grantTokens)Returns a newKmsMasterKeyProviderthat is configured identically to this one, except with the given list of grant tokens.KmsMasterKeyProvider.withGrantTokens(List<String> grantTokens)Returns a newKmsMasterKeyProviderthat is configured identically to this one, except with the given list of grant tokens.