Uses of Class
com.amazonaws.athena.connector.integ.data.SecretsManagerCredentials
-
Packages that use SecretsManagerCredentials Package Description com.amazonaws.athena.connector.integ com.amazonaws.athena.connector.integ.providers -
-
Uses of SecretsManagerCredentials in com.amazonaws.athena.connector.integ
Methods in com.amazonaws.athena.connector.integ that return types with arguments of type SecretsManagerCredentials Modifier and Type Method Description Optional<SecretsManagerCredentials>
IntegrationTestBase. getSecretCredentials()
Public accessor for the SecretsManager credentials obtained using the secrets_manager_secret attribute entered in the config file. -
Uses of SecretsManagerCredentials in com.amazonaws.athena.connector.integ.providers
Methods in com.amazonaws.athena.connector.integ.providers that return types with arguments of type SecretsManagerCredentials Modifier and Type Method Description static Optional<SecretsManagerCredentials>
SecretsManagerCredentialsProvider. getCredentials(TestConfig testConfig)
Gets the SecretManager credentials obtained using a secret name stored in the test-config.json file.
-