| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
UserAuthConfigInfo |
UserAuthConfigInfo.clone() |
UserAuthConfigInfo |
UserAuthConfigInfo.withAuthScheme(AuthScheme authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
UserAuthConfigInfo |
UserAuthConfigInfo.withAuthScheme(String authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
UserAuthConfigInfo |
UserAuthConfigInfo.withClientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType)
The type of authentication the proxy uses for connections from clients.
|
UserAuthConfigInfo |
UserAuthConfigInfo.withClientPasswordAuthType(String clientPasswordAuthType)
The type of authentication the proxy uses for connections from clients.
|
UserAuthConfigInfo |
UserAuthConfigInfo.withDescription(String description)
A user-specified description about the authentication used by a proxy to log in as a specific database user.
|
UserAuthConfigInfo |
UserAuthConfigInfo.withIAMAuth(IAMAuthMode iAMAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
UserAuthConfigInfo |
UserAuthConfigInfo.withIAMAuth(String iAMAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
UserAuthConfigInfo |
UserAuthConfigInfo.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.
|
UserAuthConfigInfo |
UserAuthConfigInfo.withUserName(String userName)
The name of the database user to which the proxy connects.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserAuthConfigInfo> |
DBProxy.getAuth()
One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance
or Aurora DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
DBProxy |
DBProxy.withAuth(UserAuthConfigInfo... auth)
One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance
or Aurora DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBProxy.setAuth(Collection<UserAuthConfigInfo> auth)
One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance
or Aurora DB cluster.
|
DBProxy |
DBProxy.withAuth(Collection<UserAuthConfigInfo> auth)
One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance
or Aurora DB cluster.
|
Copyright © 2022. All rights reserved.