| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
MongoDbSettings |
MongoDbSettings.clone() |
MongoDbSettings |
CreateEndpointRequest.getMongoDbSettings()
Settings in JSON format for the source MongoDB endpoint.
|
MongoDbSettings |
Endpoint.getMongoDbSettings()
The settings for the MongoDB source endpoint.
|
MongoDbSettings |
ModifyEndpointRequest.getMongoDbSettings()
Settings in JSON format for the source MongoDB endpoint.
|
MongoDbSettings |
MongoDbSettings.withAuthMechanism(AuthMechanismValue authMechanism)
The authentication mechanism you use to access the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withAuthMechanism(String authMechanism)
The authentication mechanism you use to access the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withAuthSource(String authSource)
The MongoDB database name.
|
MongoDbSettings |
MongoDbSettings.withAuthType(AuthTypeValue authType)
The authentication type you use to access the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withAuthType(String authType)
The authentication type you use to access the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withDatabaseName(String databaseName)
The database name on the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withDocsToInvestigate(String docsToInvestigate)
Indicates the number of documents to preview to determine the document organization.
|
MongoDbSettings |
MongoDbSettings.withExtractDocId(String extractDocId)
Specifies the document ID.
|
MongoDbSettings |
MongoDbSettings.withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier that is used to encrypt the content on the replication instance.
|
MongoDbSettings |
MongoDbSettings.withNestingLevel(NestingLevelValue nestingLevel)
Specifies either document or table mode.
|
MongoDbSettings |
MongoDbSettings.withNestingLevel(String nestingLevel)
Specifies either document or table mode.
|
MongoDbSettings |
MongoDbSettings.withPassword(String password)
The password for the user account you use to access the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withPort(Integer port)
The port value for the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withServerName(String serverName)
The name of the server on the MongoDB source endpoint.
|
MongoDbSettings |
MongoDbSettings.withUsername(String username)
The user name you use to access the MongoDB source endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
void |
Endpoint.setMongoDbSettings(MongoDbSettings mongoDbSettings)
The settings for the MongoDB source endpoint.
|
void |
ModifyEndpointRequest.setMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
Endpoint |
Endpoint.withMongoDbSettings(MongoDbSettings mongoDbSettings)
The settings for the MongoDB source endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withMongoDbSettings(MongoDbSettings mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
Copyright © 2019. All rights reserved.