Class CreateEncryptedCollectionParams

java.lang.Object
com.mongodb.client.model.CreateEncryptedCollectionParams

@Beta(SERVER) public final class CreateEncryptedCollectionParams extends Object
Auxiliary parameters for creating an encrypted collection.
Since:
4.9
  • Constructor Details

    • CreateEncryptedCollectionParams

      public CreateEncryptedCollectionParams(String kmsProvider)
      Parameters:
      kmsProvider - The name of the KMS provider.
  • Method Details