Uses of Enum
software.amazon.awssdk.services.databasemigration.model.SqlServerAuthenticationMethod
Packages that use SqlServerAuthenticationMethod
-
Uses of SqlServerAuthenticationMethod in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return SqlServerAuthenticationMethodModifier and TypeMethodDescriptionMicrosoftSQLServerSettings.authenticationMethod()Specifies the authentication method to be used with Microsoft SQL Server.Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 SqlServerAuthenticationMethodModifier and TypeMethodDescriptionstatic Set<SqlServerAuthenticationMethod>SqlServerAuthenticationMethod.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type SqlServerAuthenticationMethodModifier and TypeMethodDescriptionMicrosoftSQLServerSettings.Builder.authenticationMethod(SqlServerAuthenticationMethod authenticationMethod) Specifies the authentication method to be used with Microsoft SQL Server.