Uses of Class
software.amazon.awssdk.services.databasemigration.model.OracleAuthenticationMethod
-
Packages that use OracleAuthenticationMethod Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of OracleAuthenticationMethod in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return OracleAuthenticationMethod Modifier and Type Method Description OracleAuthenticationMethodOracleSettings. authenticationMethod()Specifies the authentication method to be used with Oracle.static OracleAuthenticationMethodOracleAuthenticationMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OracleAuthenticationMethodOracleAuthenticationMethod. valueOf(String name)Returns 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 OracleAuthenticationMethod Modifier and Type Method Description static Set<OracleAuthenticationMethod>OracleAuthenticationMethod. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type OracleAuthenticationMethod Modifier and Type Method Description OracleSettings.BuilderOracleSettings.Builder. authenticationMethod(OracleAuthenticationMethod authenticationMethod)Specifies the authentication method to be used with Oracle.
-