Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbProxyEndpointRequest.Builder
Packages that use ModifyDbProxyEndpointRequest.Builder
Package
Description
-
Uses of ModifyDbProxyEndpointRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbProxyEndpointRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.modifyDBProxyEndpoint(Consumer<ModifyDbProxyEndpointRequest.Builder> modifyDbProxyEndpointRequest) Changes the settings for an existing DB proxy endpoint.default ModifyDbProxyEndpointResponseRdsClient.modifyDBProxyEndpoint(Consumer<ModifyDbProxyEndpointRequest.Builder> modifyDbProxyEndpointRequest) Changes the settings for an existing DB proxy endpoint. -
Uses of ModifyDbProxyEndpointRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyDbProxyEndpointRequest.BuilderModifier and TypeMethodDescriptionModifyDbProxyEndpointRequest.builder()ModifyDbProxyEndpointRequest.Builder.dbProxyEndpointName(String dbProxyEndpointName) The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.ModifyDbProxyEndpointRequest.Builder.newDBProxyEndpointName(String newDBProxyEndpointName) The new identifier for theDBProxyEndpoint.ModifyDbProxyEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyDbProxyEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyDbProxyEndpointRequest.toBuilder()ModifyDbProxyEndpointRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) The VPC security group IDs for the DB proxy endpoint.ModifyDbProxyEndpointRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) The VPC security group IDs for the DB proxy endpoint.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbProxyEndpointRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyDbProxyEndpointRequest.Builder>ModifyDbProxyEndpointRequest.serializableBuilderClass()