Uses of Record Class
dev.getelements.elements.sdk.mongo.MongoSslConfiguration
Packages that use MongoSslConfiguration
-
Uses of MongoSslConfiguration in dev.getelements.elements.sdk.mongo
Methods in dev.getelements.elements.sdk.mongo that return MongoSslConfigurationModifier and TypeMethodDescriptionMongoConfiguration.sslConfiguration()Returns the value of thesslConfigurationrecord component.Methods in dev.getelements.elements.sdk.mongo that return types with arguments of type MongoSslConfigurationModifier and TypeMethodDescriptionMongoConfiguration.findSslConfiguration()Finds the SSL configuration for the MongoDB connection, if any.Constructors in dev.getelements.elements.sdk.mongo with parameters of type MongoSslConfigurationModifierConstructorDescriptionMongoConfiguration(String connectionString, MongoSslConfiguration sslConfiguration) Creates an instance of aMongoConfigurationrecord class.