| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
List<UserAuthConfig> |
CreateDbProxyRequest.auth()
The authorization mechanism that the proxy uses.
|
List<UserAuthConfig> |
ModifyDbProxyRequest.auth()
The new authentication settings for the
DBProxy. |
| Modifier and Type | Method and Description |
|---|---|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.auth(UserAuthConfig... auth)
The authorization mechanism that the proxy uses.
|
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.auth(UserAuthConfig... auth)
The new authentication settings for the
DBProxy. |
| Modifier and Type | Method and Description |
|---|---|
CreateDbProxyRequest.Builder |
CreateDbProxyRequest.Builder.auth(Collection<UserAuthConfig> auth)
The authorization mechanism that the proxy uses.
|
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.auth(Collection<UserAuthConfig> auth)
The new authentication settings for the
DBProxy. |
Copyright © 2022. All rights reserved.