| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
UserAuthConfig |
UserAuthConfig.clone() |
UserAuthConfig |
UserAuthConfig.withAuthScheme(AuthScheme authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
UserAuthConfig |
UserAuthConfig.withAuthScheme(String authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
UserAuthConfig |
UserAuthConfig.withDescription(String description)
A user-specified description about the authentication used by a proxy to log in as a specific database user.
|
UserAuthConfig |
UserAuthConfig.withIAMAuth(IAMAuthMode iAMAuth)
Whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the
proxy.
|
UserAuthConfig |
UserAuthConfig.withIAMAuth(String iAMAuth)
Whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the
proxy.
|
UserAuthConfig |
UserAuthConfig.withSecretArn(String secretArn)
The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance
or Aurora DB cluster.
|
UserAuthConfig |
UserAuthConfig.withUserName(String userName)
The name of the database user to which the proxy connects.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserAuthConfig> |
ModifyDBProxyRequest.getAuth()
The new authentication settings for the
DBProxy. |
List<UserAuthConfig> |
CreateDBProxyRequest.getAuth()
The authorization mechanism that the proxy uses.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyDBProxyRequest |
ModifyDBProxyRequest.withAuth(UserAuthConfig... auth)
The new authentication settings for the
DBProxy. |
CreateDBProxyRequest |
CreateDBProxyRequest.withAuth(UserAuthConfig... auth)
The authorization mechanism that the proxy uses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyDBProxyRequest.setAuth(Collection<UserAuthConfig> auth)
The new authentication settings for the
DBProxy. |
void |
CreateDBProxyRequest.setAuth(Collection<UserAuthConfig> auth)
The authorization mechanism that the proxy uses.
|
ModifyDBProxyRequest |
ModifyDBProxyRequest.withAuth(Collection<UserAuthConfig> auth)
The new authentication settings for the
DBProxy. |
CreateDBProxyRequest |
CreateDBProxyRequest.withAuth(Collection<UserAuthConfig> auth)
The authorization mechanism that the proxy uses.
|
Copyright © 2021. All rights reserved.