Uses of Enum
software.amazon.awssdk.services.databasemigration.model.MySQLAuthenticationMethod
Packages that use MySQLAuthenticationMethod
-
Uses of MySQLAuthenticationMethod in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return MySQLAuthenticationMethodModifier and TypeMethodDescriptionMySQLSettings.authenticationMethod()This attribute allows you to specify the authentication method as "iam auth".static MySQLAuthenticationMethodUse this in place of valueOf to convert the raw string returned by the service into the enum value.static MySQLAuthenticationMethodReturns 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 MySQLAuthenticationMethodModifier and TypeMethodDescriptionstatic Set<MySQLAuthenticationMethod>MySQLAuthenticationMethod.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type MySQLAuthenticationMethodModifier and TypeMethodDescriptionMySQLSettings.Builder.authenticationMethod(MySQLAuthenticationMethod authenticationMethod) This attribute allows you to specify the authentication method as "iam auth".