Uses of Class
software.amazon.awssdk.services.databasemigration.model.SqlServerAuthenticationMethod
-
Packages that use SqlServerAuthenticationMethod Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of SqlServerAuthenticationMethod in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return SqlServerAuthenticationMethod Modifier and Type Method Description SqlServerAuthenticationMethodMicrosoftSQLServerSettings. authenticationMethod()Specifies the authentication method to be used with Microsoft SQL Server.static SqlServerAuthenticationMethodSqlServerAuthenticationMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SqlServerAuthenticationMethodSqlServerAuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlServerAuthenticationMethod[]SqlServerAuthenticationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type SqlServerAuthenticationMethod Modifier and Type Method Description static Set<SqlServerAuthenticationMethod>SqlServerAuthenticationMethod. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type SqlServerAuthenticationMethod Modifier and Type Method Description MicrosoftSQLServerSettings.BuilderMicrosoftSQLServerSettings.Builder. authenticationMethod(SqlServerAuthenticationMethod authenticationMethod)Specifies the authentication method to be used with Microsoft SQL Server.
-