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