Uses of Class
software.amazon.awssdk.services.databasemigration.model.AuthMechanismValue
-
Packages that use AuthMechanismValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of AuthMechanismValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return AuthMechanismValue Modifier and Type Method Description AuthMechanismValueMongoDbDataProviderSettings. authMechanism()The authentication method for connecting to the data provider.AuthMechanismValueMongoDbSettings. authMechanism()The authentication mechanism you use to access the MongoDB source endpoint.static AuthMechanismValueAuthMechanismValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthMechanismValueAuthMechanismValue. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthMechanismValue[]AuthMechanismValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type AuthMechanismValue Modifier and Type Method Description static Set<AuthMechanismValue>AuthMechanismValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type AuthMechanismValue Modifier and Type Method Description MongoDbDataProviderSettings.BuilderMongoDbDataProviderSettings.Builder. authMechanism(AuthMechanismValue authMechanism)The authentication method for connecting to the data provider.MongoDbSettings.BuilderMongoDbSettings.Builder. authMechanism(AuthMechanismValue authMechanism)The authentication mechanism you use to access the MongoDB source endpoint.
-