Uses of Enum
software.amazon.awssdk.services.databasemigration.model.PostgreSQLAuthenticationMethod
Packages that use PostgreSQLAuthenticationMethod
-
Uses of PostgreSQLAuthenticationMethod in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return PostgreSQLAuthenticationMethodModifier and TypeMethodDescriptionPostgreSQLSettings.authenticationMethod()This attribute allows you to specify the authentication method as "iam auth".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 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 PostgreSQLAuthenticationMethodModifier and TypeMethodDescriptionstatic Set<PostgreSQLAuthenticationMethod>PostgreSQLAuthenticationMethod.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type PostgreSQLAuthenticationMethodModifier and TypeMethodDescriptionPostgreSQLSettings.Builder.authenticationMethod(PostgreSQLAuthenticationMethod authenticationMethod) This attribute allows you to specify the authentication method as "iam auth".