| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthMechanismValue |
AuthMechanismValue.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
MongoDbSettings.setAuthMechanism(AuthMechanismValue authMechanism)
The authentication mechanism you use to access the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withAuthMechanism(AuthMechanismValue authMechanism)
The authentication mechanism you use to access the MongoDB source endpoint.
|
Copyright © 2019. All rights reserved.