| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
AuthTypeValue |
MongoDbSettings.authType()
The authentication type you use to access the MongoDB source endpoint.
|
AuthTypeValue |
MongoDbDataProviderSettings.authType()
The authentication type for the database connection.
|
static AuthTypeValue |
AuthTypeValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuthTypeValue |
AuthTypeValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthTypeValue[] |
AuthTypeValue.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<AuthTypeValue> |
AuthTypeValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MongoDbSettings.Builder |
MongoDbSettings.Builder.authType(AuthTypeValue authType)
The authentication type you use to access the MongoDB source endpoint.
|
MongoDbDataProviderSettings.Builder |
MongoDbDataProviderSettings.Builder.authType(AuthTypeValue authType)
The authentication type for the database connection.
|
Copyright © 2023. All rights reserved.