| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.clone() |
MicrosoftSQLServerSettings |
CreateEndpointRequest.getMicrosoftSQLServerSettings()
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
MicrosoftSQLServerSettings |
ModifyEndpointRequest.getMicrosoftSQLServerSettings()
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
MicrosoftSQLServerSettings |
Endpoint.getMicrosoftSQLServerSettings()
The settings for the Microsoft SQL Server source and target endpoint.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withBcpPacketSize(Integer bcpPacketSize)
The maximum size of the packets (in bytes) used to transfer data using BCP.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withControlTablesFileGroup(String controlTablesFileGroup)
Specify a filegroup for the AWS DMS internal tables.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withPassword(String password)
Endpoint connection password.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withPort(Integer port)
Endpoint TCP port.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withReadBackupOnly(Boolean readBackupOnly)
When this attribute is set to
Y, AWS DMS only reads changes from transaction log backups and doesn't
read from the active transaction log file during ongoing replication. |
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withSafeguardPolicy(SafeguardPolicy safeguardPolicy)
Use this attribute to minimize the need to access the backup log and enable AWS DMS to prevent truncation using
one of the following two methods.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withSafeguardPolicy(String safeguardPolicy)
Use this attribute to minimize the need to access the backup log and enable AWS DMS to prevent truncation using
one of the following two methods.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withUseBcpFullLoad(Boolean useBcpFullLoad)
Use this to attribute to transfer data for full-load operations using BCP.
|
MicrosoftSQLServerSettings |
MicrosoftSQLServerSettings.withUsername(String username)
Endpoint connection user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
void |
ModifyEndpointRequest.setMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
void |
Endpoint.setMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
The settings for the Microsoft SQL Server source and target endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
Endpoint |
Endpoint.withMicrosoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)
The settings for the Microsoft SQL Server source and target endpoint.
|
Copyright © 2020. All rights reserved.