Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbProxyEndpointRequest.Builder
-
Packages that use ModifyDbProxyEndpointRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of ModifyDbProxyEndpointRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbProxyEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<ModifyDbProxyEndpointResponse>RdsAsyncClient. 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.Builder Modifier and Type Method Description static ModifyDbProxyEndpointRequest.BuilderModifyDbProxyEndpointRequest. builder()ModifyDbProxyEndpointRequest.BuilderModifyDbProxyEndpointRequest.Builder. dbProxyEndpointName(String dbProxyEndpointName)The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.ModifyDbProxyEndpointRequest.BuilderModifyDbProxyEndpointRequest.Builder. newDBProxyEndpointName(String newDBProxyEndpointName)The new identifier for theDBProxyEndpoint.ModifyDbProxyEndpointRequest.BuilderModifyDbProxyEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyDbProxyEndpointRequest.BuilderModifyDbProxyEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyDbProxyEndpointRequest.BuilderModifyDbProxyEndpointRequest. toBuilder()ModifyDbProxyEndpointRequest.BuilderModifyDbProxyEndpointRequest.Builder. vpcSecurityGroupIds(String... vpcSecurityGroupIds)The VPC security group IDs for the DB proxy endpoint.ModifyDbProxyEndpointRequest.BuilderModifyDbProxyEndpointRequest.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.Builder Modifier and Type Method Description static Class<? extends ModifyDbProxyEndpointRequest.Builder>ModifyDbProxyEndpointRequest. serializableBuilderClass()
-