| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
MySQLSettings |
CreateEndpointRequest.mySQLSettings()
Settings in JSON format for the source and target MySQL endpoint.
|
MySQLSettings |
ModifyEndpointRequest.mySQLSettings()
Settings in JSON format for the source and target MySQL endpoint.
|
MySQLSettings |
Endpoint.mySQLSettings()
The settings for the MySQL source and target endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.mySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
ModifyEndpointRequest.Builder |
ModifyEndpointRequest.Builder.mySQLSettings(MySQLSettings mySQLSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
Endpoint.Builder |
Endpoint.Builder.mySQLSettings(MySQLSettings mySQLSettings)
The settings for the MySQL source and target endpoint.
|
Copyright © 2023. All rights reserved.