| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfiguration |
AuthenticationConfiguration.clone() |
AuthenticationConfiguration |
Connection.getAuthenticationConfiguration()
The authentication properties of the connection.
|
AuthenticationConfiguration |
AuthenticationConfiguration.withAuthenticationType(AuthenticationType authenticationType)
A structure containing the authentication configuration.
|
AuthenticationConfiguration |
AuthenticationConfiguration.withAuthenticationType(String authenticationType)
A structure containing the authentication configuration.
|
AuthenticationConfiguration |
AuthenticationConfiguration.withOAuth2Properties(OAuth2Properties oAuth2Properties)
The properties for OAuth2 authentication.
|
AuthenticationConfiguration |
AuthenticationConfiguration.withSecretArn(String secretArn)
The secret manager ARN to store credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.setAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
The authentication properties of the connection.
|
Connection |
Connection.withAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
The authentication properties of the connection.
|
Copyright © 2025. All rights reserved.