| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDBProxyEndpointResult> |
AbstractAmazonRDSAsync.createDBProxyEndpointAsync(CreateDBProxyEndpointRequest request,
AsyncHandler<CreateDBProxyEndpointRequest,CreateDBProxyEndpointResult> asyncHandler) |
Future<CreateDBProxyEndpointResult> |
AmazonRDSAsync.createDBProxyEndpointAsync(CreateDBProxyEndpointRequest createDBProxyEndpointRequest,
AsyncHandler<CreateDBProxyEndpointRequest,CreateDBProxyEndpointResult> asyncHandler)
Creates a
DBProxyEndpoint. |
Future<CreateDBProxyEndpointResult> |
AmazonRDSAsyncClient.createDBProxyEndpointAsync(CreateDBProxyEndpointRequest request,
AsyncHandler<CreateDBProxyEndpointRequest,CreateDBProxyEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.clone() |
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.withDBProxyEndpointName(String dBProxyEndpointName)
The name of the DB proxy endpoint to create.
|
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.withDBProxyName(String dBProxyName)
The name of the DB proxy associated with the DB proxy endpoint that you create.
|
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.withTags(Collection<Tag> tags) |
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.withTargetRole(DBProxyEndpointTargetRole targetRole)
The role of the DB proxy endpoint.
|
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.withTargetRole(String targetRole)
The role of the DB proxy endpoint.
|
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint that you create.
|
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
The VPC security group IDs for the DB proxy endpoint that you create.
|
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.withVpcSubnetIds(Collection<String> vpcSubnetIds)
The VPC subnet IDs for the DB proxy endpoint that you create.
|
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.withVpcSubnetIds(String... vpcSubnetIds)
The VPC subnet IDs for the DB proxy endpoint that you create.
|
Copyright © 2024. All rights reserved.