Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbProxyEndpointRequest.Builder
Packages that use CreateDbProxyEndpointRequest.Builder
Package
Description
-
Uses of CreateDbProxyEndpointRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateDbProxyEndpointRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.createDBProxyEndpoint(Consumer<CreateDbProxyEndpointRequest.Builder> createDbProxyEndpointRequest) Creates aDBProxyEndpoint.default CreateDbProxyEndpointResponseRdsClient.createDBProxyEndpoint(Consumer<CreateDbProxyEndpointRequest.Builder> createDbProxyEndpointRequest) Creates aDBProxyEndpoint. -
Uses of CreateDbProxyEndpointRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateDbProxyEndpointRequest.BuilderModifier and TypeMethodDescriptionCreateDbProxyEndpointRequest.builder()CreateDbProxyEndpointRequest.Builder.dbProxyEndpointName(String dbProxyEndpointName) The name of the DB proxy endpoint to create.CreateDbProxyEndpointRequest.Builder.dbProxyName(String dbProxyName) The name of the DB proxy associated with the DB proxy endpoint that you create.CreateDbProxyEndpointRequest.Builder.endpointNetworkType(String endpointNetworkType) The network type of the DB proxy endpoint.CreateDbProxyEndpointRequest.Builder.endpointNetworkType(EndpointNetworkType endpointNetworkType) The network type of the DB proxy endpoint.CreateDbProxyEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDbProxyEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDbProxyEndpointRequest.Builder.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.CreateDbProxyEndpointRequest.Builder.tags(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.CreateDbProxyEndpointRequest.Builder.targetRole(String targetRole) The role of the DB proxy endpoint.CreateDbProxyEndpointRequest.Builder.targetRole(DBProxyEndpointTargetRole targetRole) The role of the DB proxy endpoint.CreateDbProxyEndpointRequest.toBuilder()CreateDbProxyEndpointRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) The VPC security group IDs for the DB proxy endpoint that you create.CreateDbProxyEndpointRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) The VPC security group IDs for the DB proxy endpoint that you create.CreateDbProxyEndpointRequest.Builder.vpcSubnetIds(String... vpcSubnetIds) The VPC subnet IDs for the DB proxy endpoint that you create.CreateDbProxyEndpointRequest.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds) The VPC subnet IDs for the DB proxy endpoint that you create.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbProxyEndpointRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDbProxyEndpointRequest.Builder>CreateDbProxyEndpointRequest.serializableBuilderClass()