Uses of Class
software.amazon.awssdk.services.databasemigration.model.MySQLSettings
Packages that use MySQLSettings
-
Uses of MySQLSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MySQLSettingsModifier and TypeMethodDescriptionfinal MySQLSettingsCreateEndpointRequest.mySQLSettings()Settings in JSON format for the source and target MySQL endpoint.final MySQLSettingsEndpoint.mySQLSettings()The settings for the MySQL source and target endpoint.final 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 MySQLSettingsModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.mySQLSettings(MySQLSettings mySQLSettings) Settings in JSON format for the source and target MySQL endpoint.Endpoint.Builder.mySQLSettings(MySQLSettings mySQLSettings) The settings for the MySQL source and target endpoint.ModifyEndpointRequest.Builder.mySQLSettings(MySQLSettings mySQLSettings) Settings in JSON format for the source and target MySQL endpoint.