Uses of Interface
com.amazonaws.athena.connector.credentials.CredentialsProvider
-
-
Uses of CredentialsProvider in com.amazonaws.athena.connector.credentials
Classes in com.amazonaws.athena.connector.credentials that implement CredentialsProvider Modifier and Type Class Description class
DefaultCredentialsProvider
Encapsulates RDS secrets deserialization.class
StaticCredentialsProvider
Static credential provider. -
Uses of CredentialsProvider in com.amazonaws.athena.connectors.cloudera
Methods in com.amazonaws.athena.connectors.cloudera with parameters of type CredentialsProvider Modifier and Type Method Description Connection
HiveJdbcConnectionFactory. getConnection(CredentialsProvider credentialsProvider)
Connection
ImpalaJdbcConnectionFactory. getConnection(CredentialsProvider credentialsProvider)
-
Uses of CredentialsProvider in com.amazonaws.athena.connectors.datalakegen2
Methods in com.amazonaws.athena.connectors.datalakegen2 with parameters of type CredentialsProvider Modifier and Type Method Description Connection
DataLakeGen2JdbcConnectionFactory. getConnection(CredentialsProvider credentialsProvider)
-
Uses of CredentialsProvider in com.amazonaws.athena.connectors.hortonworks
Methods in com.amazonaws.athena.connectors.hortonworks with parameters of type CredentialsProvider Modifier and Type Method Description Connection
HiveJdbcConnectionFactory. getConnection(CredentialsProvider credentialsProvider)
-
Uses of CredentialsProvider in com.amazonaws.athena.connectors.jdbc.connection
Methods in com.amazonaws.athena.connectors.jdbc.connection with parameters of type CredentialsProvider Modifier and Type Method Description Connection
GenericJdbcConnectionFactory. getConnection(CredentialsProvider credentialsProvider)
Connection
JdbcConnectionFactory. getConnection(CredentialsProvider credentialsProvider)
Retrieves database connection for a database type. -
Uses of CredentialsProvider in com.amazonaws.athena.connectors.jdbc.manager
Methods in com.amazonaws.athena.connectors.jdbc.manager that return CredentialsProvider Modifier and Type Method Description protected CredentialsProvider
JdbcMetadataHandler. getCredentialProvider()
protected CredentialsProvider
JdbcRecordHandler. getCredentialProvider()
-
Uses of CredentialsProvider in com.amazonaws.athena.connectors.oracle
Methods in com.amazonaws.athena.connectors.oracle with parameters of type CredentialsProvider Modifier and Type Method Description Connection
OracleJdbcConnectionFactory. getConnection(CredentialsProvider credentialsProvider)
-
Uses of CredentialsProvider in com.amazonaws.athena.connectors.sqlserver
Methods in com.amazonaws.athena.connectors.sqlserver with parameters of type CredentialsProvider Modifier and Type Method Description Connection
SqlServerJdbcConnectionFactory. getConnection(CredentialsProvider credentialsProvider)
-
Uses of CredentialsProvider in com.amazonaws.athena.connectors.synapse
Methods in com.amazonaws.athena.connectors.synapse with parameters of type CredentialsProvider Modifier and Type Method Description Connection
SynapseJdbcConnectionFactory. getConnection(CredentialsProvider credentialsProvider)
-