| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
AuthMechanismValue |
MongoDbSettings.authMechanism()
The authentication mechanism you use to access the MongoDB source endpoint.
|
AuthMechanismValue |
MongoDbDataProviderSettings.authMechanism()
The authentication method for connecting to the data provider.
|
static AuthMechanismValue |
AuthMechanismValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuthMechanismValue |
AuthMechanismValue.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AuthMechanismValue> |
AuthMechanismValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MongoDbSettings.Builder |
MongoDbSettings.Builder.authMechanism(AuthMechanismValue authMechanism)
The authentication mechanism you use to access the MongoDB source endpoint.
|
MongoDbDataProviderSettings.Builder |
MongoDbDataProviderSettings.Builder.authMechanism(AuthMechanismValue authMechanism)
The authentication method for connecting to the data provider.
|
Copyright © 2023. All rights reserved.