| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
MySQLSettings |
MySQLSettings.clone() |
MySQLSettings |
CreateEndpointRequest.getMySQLSettings()
Settings in JSON format for the source and target MySQL endpoint.
|
MySQLSettings |
ModifyEndpointRequest.getMySQLSettings()
Settings in JSON format for the source and target MySQL endpoint.
|
MySQLSettings |
Endpoint.getMySQLSettings()
The settings for the MySQL source and target endpoint.
|
MySQLSettings |
MySQLSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
MySQLSettings |
MySQLSettings.withPassword(String password)
Endpoint connection password.
|
MySQLSettings |
MySQLSettings.withPort(Integer port)
Endpoint TCP port.
|
MySQLSettings |
MySQLSettings.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
MySQLSettings |
MySQLSettings.withUsername(String username)
Endpoint connection user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
void |
ModifyEndpointRequest.setMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
void |
Endpoint.setMySQLSettings(MySQLSettings mySQLSettings)
The settings for the MySQL source and target endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withMySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
Endpoint |
Endpoint.withMySQLSettings(MySQLSettings mySQLSettings)
The settings for the MySQL source and target endpoint.
|
Copyright © 2020. All rights reserved.