| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBProxyEndpoint |
DBProxyEndpoint.clone() |
DBProxyEndpoint |
ModifyDBProxyEndpointResult.getDBProxyEndpoint()
The
DBProxyEndpoint object representing the new settings for the DB proxy endpoint. |
DBProxyEndpoint |
DeleteDBProxyEndpointResult.getDBProxyEndpoint()
The data structure representing the details of the DB proxy endpoint that you delete.
|
DBProxyEndpoint |
CreateDBProxyEndpointResult.getDBProxyEndpoint()
The
DBProxyEndpoint object that is created by the API operation. |
DBProxyEndpoint |
DBProxyEndpoint.withCreatedDate(Date createdDate)
The date and time when the DB proxy endpoint was first created.
|
DBProxyEndpoint |
DBProxyEndpoint.withDBProxyEndpointArn(String dBProxyEndpointArn)
The Amazon Resource Name (ARN) for the DB proxy endpoint.
|
DBProxyEndpoint |
DBProxyEndpoint.withDBProxyEndpointName(String dBProxyEndpointName)
The name for the DB proxy endpoint.
|
DBProxyEndpoint |
DBProxyEndpoint.withDBProxyName(String dBProxyName)
The identifier for the DB proxy that is associated with this DB proxy endpoint.
|
DBProxyEndpoint |
DBProxyEndpoint.withEndpoint(String endpoint)
The endpoint that you can use to connect to the DB proxy.
|
DBProxyEndpoint |
DBProxyEndpoint.withIsDefault(Boolean isDefault)
Indicates whether this endpoint is the default endpoint for the associated DB proxy.
|
DBProxyEndpoint |
DBProxyEndpoint.withStatus(DBProxyEndpointStatus status)
The current status of this DB proxy endpoint.
|
DBProxyEndpoint |
DBProxyEndpoint.withStatus(String status)
The current status of this DB proxy endpoint.
|
DBProxyEndpoint |
DBProxyEndpoint.withTargetRole(DBProxyEndpointTargetRole targetRole)
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
|
DBProxyEndpoint |
DBProxyEndpoint.withTargetRole(String targetRole)
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
|
DBProxyEndpoint |
DBProxyEndpoint.withVpcId(String vpcId)
Provides the VPC ID of the DB proxy endpoint.
|
DBProxyEndpoint |
DBProxyEndpoint.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
Provides a list of VPC security groups that the DB proxy endpoint belongs to.
|
DBProxyEndpoint |
DBProxyEndpoint.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
Provides a list of VPC security groups that the DB proxy endpoint belongs to.
|
DBProxyEndpoint |
DBProxyEndpoint.withVpcSubnetIds(Collection<String> vpcSubnetIds)
The EC2 subnet IDs for the DB proxy endpoint.
|
DBProxyEndpoint |
DBProxyEndpoint.withVpcSubnetIds(String... vpcSubnetIds)
The EC2 subnet IDs for the DB proxy endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBProxyEndpoint> |
DescribeDBProxyEndpointsResult.getDBProxyEndpoints()
The list of
ProxyEndpoint objects returned by the API operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyDBProxyEndpointResult.setDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The
DBProxyEndpoint object representing the new settings for the DB proxy endpoint. |
void |
DeleteDBProxyEndpointResult.setDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
|
void |
CreateDBProxyEndpointResult.setDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The
DBProxyEndpoint object that is created by the API operation. |
ModifyDBProxyEndpointResult |
ModifyDBProxyEndpointResult.withDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The
DBProxyEndpoint object representing the new settings for the DB proxy endpoint. |
DeleteDBProxyEndpointResult |
DeleteDBProxyEndpointResult.withDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
|
CreateDBProxyEndpointResult |
CreateDBProxyEndpointResult.withDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The
DBProxyEndpoint object that is created by the API operation. |
DescribeDBProxyEndpointsResult |
DescribeDBProxyEndpointsResult.withDBProxyEndpoints(DBProxyEndpoint... dBProxyEndpoints)
The list of
ProxyEndpoint objects returned by the API operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBProxyEndpointsResult.setDBProxyEndpoints(Collection<DBProxyEndpoint> dBProxyEndpoints)
The list of
ProxyEndpoint objects returned by the API operation. |
DescribeDBProxyEndpointsResult |
DescribeDBProxyEndpointsResult.withDBProxyEndpoints(Collection<DBProxyEndpoint> dBProxyEndpoints)
The list of
ProxyEndpoint objects returned by the API operation. |
Copyright © 2024. All rights reserved.