Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbProxyRequest.Builder
Packages that use ModifyDbProxyRequest.Builder
Package
Description
-
Uses of ModifyDbProxyRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbProxyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ModifyDbProxyResponse>RdsAsyncClient.modifyDBProxy(Consumer<ModifyDbProxyRequest.Builder> modifyDbProxyRequest) Changes the settings for an existing DB proxy.default ModifyDbProxyResponseRdsClient.modifyDBProxy(Consumer<ModifyDbProxyRequest.Builder> modifyDbProxyRequest) Changes the settings for an existing DB proxy. -
Uses of ModifyDbProxyRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyDbProxyRequest.BuilderModifier and TypeMethodDescriptionModifyDbProxyRequest.Builder.auth(Collection<UserAuthConfig> auth) The new authentication settings for theDBProxy.ModifyDbProxyRequest.Builder.auth(Consumer<UserAuthConfig.Builder>... auth) The new authentication settings for theDBProxy.ModifyDbProxyRequest.Builder.auth(UserAuthConfig... auth) The new authentication settings for theDBProxy.static ModifyDbProxyRequest.BuilderModifyDbProxyRequest.builder()ModifyDbProxyRequest.Builder.dbProxyName(String dbProxyName) The identifier for theDBProxyto modify.ModifyDbProxyRequest.Builder.debugLogging(Boolean debugLogging) Specifies whether the proxy logs detailed connection and query information.ModifyDbProxyRequest.Builder.defaultAuthScheme(String defaultAuthScheme) The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.ModifyDbProxyRequest.Builder.defaultAuthScheme(DefaultAuthScheme defaultAuthScheme) The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.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.newDBProxyName(String newDBProxyName) The new identifier for theDBProxy.ModifyDbProxyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyDbProxyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyDbProxyRequest.Builder.requireTLS(Boolean requireTLS) Whether Transport Layer Security (TLS) encryption is required for connections to the proxy.The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services Secrets Manager.ModifyDbProxyRequest.Builder.securityGroups(String... securityGroups) The new list of security groups for theDBProxy.ModifyDbProxyRequest.Builder.securityGroups(Collection<String> securityGroups) The new list of security groups for theDBProxy.ModifyDbProxyRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbProxyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyDbProxyRequest.Builder>ModifyDbProxyRequest.serializableBuilderClass()