| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateDbProxyEndpointResponse |
RdsClient.createDBProxyEndpoint(Consumer<CreateDbProxyEndpointRequest.Builder> createDbProxyEndpointRequest)
Creates a
DBProxyEndpoint. |
default CompletableFuture<CreateDbProxyEndpointResponse> |
RdsAsyncClient.createDBProxyEndpoint(Consumer<CreateDbProxyEndpointRequest.Builder> createDbProxyEndpointRequest)
Creates a
DBProxyEndpoint. |
| Modifier and Type | Method and Description |
|---|---|
static CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.builder() |
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.dbProxyEndpointName(String dbProxyEndpointName)
The name of the DB proxy endpoint to create.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.dbProxyName(String dbProxyName)
The name of the DB proxy associated with the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.targetRole(DBProxyEndpointTargetRole targetRole)
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.targetRole(String targetRole)
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.toBuilder() |
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds)
The VPC subnet IDs for the DB proxy endpoint that you create.
|
CreateDbProxyEndpointRequest.Builder |
CreateDbProxyEndpointRequest.Builder.vpcSubnetIds(String... vpcSubnetIds)
The VPC subnet IDs for the DB proxy endpoint that you create.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDbProxyEndpointRequest.Builder> |
CreateDbProxyEndpointRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.