Uses of Enum
software.amazon.awssdk.services.databasemigration.model.AuthMechanismValue
Packages that use AuthMechanismValue
-
Uses of AuthMechanismValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return AuthMechanismValueModifier and TypeMethodDescriptionfinal AuthMechanismValueMongoDbDataProviderSettings.authMechanism()The authentication method for connecting to the data provider.final AuthMechanismValueMongoDbSettings.authMechanism()The authentication mechanism you use to access the MongoDB source endpoint.static AuthMechanismValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthMechanismValueReturns 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 AuthMechanismValueModifier and TypeMethodDescriptionstatic Set<AuthMechanismValue>AuthMechanismValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type AuthMechanismValueModifier and TypeMethodDescriptionMongoDbDataProviderSettings.Builder.authMechanism(AuthMechanismValue authMechanism) The authentication method for connecting to the data provider.MongoDbSettings.Builder.authMechanism(AuthMechanismValue authMechanism) The authentication mechanism you use to access the MongoDB source endpoint.