| 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.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.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
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.