Uses of Class
software.amazon.awssdk.services.databasemigration.model.MicrosoftSQLServerSettings
Packages that use MicrosoftSQLServerSettings
-
Uses of MicrosoftSQLServerSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MicrosoftSQLServerSettingsModifier and TypeMethodDescriptionCreateEndpointRequest.microsoftSQLServerSettings()Settings in JSON format for the source and target Microsoft SQL Server endpoint.Endpoint.microsoftSQLServerSettings()The settings for the Microsoft SQL Server source and target endpoint.ModifyEndpointRequest.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 MicrosoftSQLServerSettingsModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.microsoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings) Settings in JSON format for the source and target Microsoft SQL Server endpoint.Endpoint.Builder.microsoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings) The settings for the Microsoft SQL Server source and target endpoint.ModifyEndpointRequest.Builder.microsoftSQLServerSettings(MicrosoftSQLServerSettings microsoftSQLServerSettings) Settings in JSON format for the source and target Microsoft SQL Server endpoint.