Uses of Class
software.amazon.awssdk.services.databasemigration.model.MySQLAuthenticationMethod
-
Packages that use MySQLAuthenticationMethod Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of MySQLAuthenticationMethod in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MySQLAuthenticationMethod Modifier and Type Method Description MySQLAuthenticationMethodMySQLSettings. authenticationMethod()This attribute allows you to specify the authentication method as "iam auth".static MySQLAuthenticationMethodMySQLAuthenticationMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MySQLAuthenticationMethodMySQLAuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static MySQLAuthenticationMethod[]MySQLAuthenticationMethod. 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 MySQLAuthenticationMethod Modifier and Type Method Description static Set<MySQLAuthenticationMethod>MySQLAuthenticationMethod. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type MySQLAuthenticationMethod Modifier and Type Method Description MySQLSettings.BuilderMySQLSettings.Builder. authenticationMethod(MySQLAuthenticationMethod authenticationMethod)This attribute allows you to specify the authentication method as "iam auth".
-