Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbProxyTargetGroupRequest.Builder
Packages that use ModifyDbProxyTargetGroupRequest.Builder
Package
Description
-
Uses of ModifyDbProxyTargetGroupRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbProxyTargetGroupRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.modifyDBProxyTargetGroup(Consumer<ModifyDbProxyTargetGroupRequest.Builder> modifyDbProxyTargetGroupRequest) Modifies the properties of aDBProxyTargetGroup.default ModifyDbProxyTargetGroupResponseRdsClient.modifyDBProxyTargetGroup(Consumer<ModifyDbProxyTargetGroupRequest.Builder> modifyDbProxyTargetGroupRequest) Modifies the properties of aDBProxyTargetGroup. -
Uses of ModifyDbProxyTargetGroupRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyDbProxyTargetGroupRequest.BuilderModifier and TypeMethodDescriptionModifyDbProxyTargetGroupRequest.builder()ModifyDbProxyTargetGroupRequest.Builder.connectionPoolConfig(Consumer<ConnectionPoolConfiguration.Builder> connectionPoolConfig) The settings that determine the size and behavior of the connection pool for the target group.ModifyDbProxyTargetGroupRequest.Builder.connectionPoolConfig(ConnectionPoolConfiguration connectionPoolConfig) The settings that determine the size and behavior of the connection pool for the target group.ModifyDbProxyTargetGroupRequest.Builder.dbProxyName(String dbProxyName) The name of the proxy.The new name for the modifiedDBProxyTarget.ModifyDbProxyTargetGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyDbProxyTargetGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyDbProxyTargetGroupRequest.Builder.targetGroupName(String targetGroupName) The name of the target group to modify.ModifyDbProxyTargetGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbProxyTargetGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyDbProxyTargetGroupRequest.Builder>ModifyDbProxyTargetGroupRequest.serializableBuilderClass()