Uses of Enum
software.amazon.awssdk.services.databasemigration.model.OracleAuthenticationMethod
Packages that use OracleAuthenticationMethod
-
Uses of OracleAuthenticationMethod in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return OracleAuthenticationMethodModifier and TypeMethodDescriptionOracleSettings.authenticationMethod()Specifies the authentication method to be used with Oracle.static OracleAuthenticationMethodUse this in place of valueOf to convert the raw string returned by the service into the enum value.static OracleAuthenticationMethodReturns the enum constant of this type with the specified name.static OracleAuthenticationMethod[]OracleAuthenticationMethod.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 OracleAuthenticationMethodModifier and TypeMethodDescriptionstatic Set<OracleAuthenticationMethod>OracleAuthenticationMethod.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type OracleAuthenticationMethodModifier and TypeMethodDescriptionOracleSettings.Builder.authenticationMethod(OracleAuthenticationMethod authenticationMethod) Specifies the authentication method to be used with Oracle.