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