Uses of Class
com.amazonaws.encryptionsdk.kms.KmsMasterKeyProvider.Builder
Packages that use KmsMasterKeyProvider.Builder
-
Uses of KmsMasterKeyProvider.Builder in com.amazonaws.encryptionsdk.kms
Methods in com.amazonaws.encryptionsdk.kms that return KmsMasterKeyProvider.BuilderModifier and TypeMethodDescriptionstatic KmsMasterKeyProvider.Builder
KmsMasterKeyProvider.builder()
KmsMasterKeyProvider.Builder.clone()
KmsMasterKeyProvider.Builder.withClientBuilder(com.amazonaws.services.kms.AWSKMSClientBuilder builder)
Configures theKmsMasterKeyProvider
to use settings from thisAWSKMSClientBuilder
to configure KMS clients.KmsMasterKeyProvider.Builder.withCredentials(com.amazonaws.auth.AWSCredentials credentials)
Configures theKmsMasterKeyProvider
to use specific credentials.KmsMasterKeyProvider.Builder.withCredentials(com.amazonaws.auth.AWSCredentialsProvider credentialsProvider)
Configures theKmsMasterKeyProvider
to use specific credentials.KmsMasterKeyProvider.Builder.withCustomClientFactory(KmsMasterKeyProvider.RegionalClientSupplier regionalClientSupplier)
Provides a custom factory function that will vend KMS clients.KmsMasterKeyProvider.Builder.withDefaultRegion(String defaultRegion)
Sets the default region.