Uses of Class
software.amazon.awssdk.services.databasemigration.model.MicrosoftSQLServerSettings
-
Packages that use MicrosoftSQLServerSettings Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of MicrosoftSQLServerSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MicrosoftSQLServerSettings Modifier and Type Method Description MicrosoftSQLServerSettingsCreateEndpointRequest. microsoftSQLServerSettings()Settings in JSON format for the source and target Microsoft SQL Server endpoint.MicrosoftSQLServerSettingsEndpoint. microsoftSQLServerSettings()The settings for the Microsoft SQL Server source and target endpoint.MicrosoftSQLServerSettingsModifyEndpointRequest. microsoftSQLServerSettings()Settings in JSON format for the source and target Microsoft SQL Server endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type MicrosoftSQLServerSettings Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. microsoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)Settings in JSON format for the source and target Microsoft SQL Server endpoint.Endpoint.BuilderEndpoint.Builder. microsoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)The settings for the Microsoft SQL Server source and target endpoint.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. microsoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings)Settings in JSON format for the source and target Microsoft SQL Server endpoint.
-