Uses of Class
software.amazon.awssdk.services.databasemigration.model.MySQLSettings
-
Packages that use MySQLSettings Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of MySQLSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MySQLSettings Modifier and Type Method Description MySQLSettingsCreateEndpointRequest. mySQLSettings()Settings in JSON format for the source and target MySQL endpoint.MySQLSettingsEndpoint. mySQLSettings()The settings for the MySQL source and target endpoint.MySQLSettingsModifyEndpointRequest. mySQLSettings()Settings in JSON format for the source and target MySQL endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type MySQLSettings Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. mySQLSettings(MySQLSettings mySQLSettings)Settings in JSON format for the source and target MySQL endpoint.Endpoint.BuilderEndpoint.Builder. mySQLSettings(MySQLSettings mySQLSettings)The settings for the MySQL source and target endpoint.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. mySQLSettings(MySQLSettings mySQLSettings)Settings in JSON format for the source and target MySQL endpoint.
-