| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbProxyResponse |
RdsClient.modifyDBProxy(Consumer<ModifyDbProxyRequest.Builder> modifyDbProxyRequest)
Changes the settings for an existing DB proxy.
|
default CompletableFuture<ModifyDbProxyResponse> |
RdsAsyncClient.modifyDBProxy(Consumer<ModifyDbProxyRequest.Builder> modifyDbProxyRequest)
Changes the settings for an existing DB proxy.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.auth(Collection<UserAuthConfig> auth)
The new authentication settings for the
DBProxy. |
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.auth(Consumer<UserAuthConfig.Builder>... auth)
The new authentication settings for the
DBProxy. |
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.auth(UserAuthConfig... auth)
The new authentication settings for the
DBProxy. |
static ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.builder() |
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.dbProxyName(String dbProxyName)
The identifier for the
DBProxy to modify. |
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.debugLogging(Boolean debugLogging)
Whether the proxy includes detailed information about SQL statements in its logs.
|
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.idleClientTimeout(Integer idleClientTimeout)
The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.newDBProxyName(String newDBProxyName)
The new identifier for the
DBProxy. |
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.requireTLS(Boolean requireTLS)
Whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
|
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services
Secrets Manager.
|
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.securityGroups(Collection<String> securityGroups)
The new list of security groups for the
DBProxy. |
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.Builder.securityGroups(String... securityGroups)
The new list of security groups for the
DBProxy. |
ModifyDbProxyRequest.Builder |
ModifyDbProxyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyDbProxyRequest.Builder> |
ModifyDbProxyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.