| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBProxy |
DBProxy.clone() |
DBProxy |
DeleteDBProxyResult.getDBProxy()
The data structure representing the details of the DB proxy that you delete.
|
DBProxy |
CreateDBProxyResult.getDBProxy()
The
DBProxy structure corresponding to the new proxy. |
DBProxy |
ModifyDBProxyResult.getDBProxy()
The
DBProxy object representing the new settings for the proxy. |
DBProxy |
DBProxy.withAuth(Collection<UserAuthConfigInfo> auth)
One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance
or Aurora DB cluster.
|
DBProxy |
DBProxy.withAuth(UserAuthConfigInfo... auth)
One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance
or Aurora DB cluster.
|
DBProxy |
DBProxy.withCreatedDate(Date createdDate)
The date and time when the proxy was first created.
|
DBProxy |
DBProxy.withDBProxyArn(String dBProxyArn)
The Amazon Resource Name (ARN) for the proxy.
|
DBProxy |
DBProxy.withDBProxyName(String dBProxyName)
The identifier for the proxy.
|
DBProxy |
DBProxy.withDebugLogging(Boolean debugLogging)
Indicates whether the proxy includes detailed information about SQL statements in its logs.
|
DBProxy |
DBProxy.withEndpoint(String endpoint)
The endpoint that you can use to connect to the DB proxy.
|
DBProxy |
DBProxy.withEngineFamily(String engineFamily)
The kinds of databases that the proxy can connect to.
|
DBProxy |
DBProxy.withIdleClientTimeout(Integer idleClientTimeout)
The number of seconds a connection to the proxy can have no activity before the proxy drops the client
connection.
|
DBProxy |
DBProxy.withRequireTLS(Boolean requireTLS)
Indicates whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
|
DBProxy |
DBProxy.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) for the IAM role that the proxy uses to access Amazon Secrets Manager.
|
DBProxy |
DBProxy.withStatus(DBProxyStatus status)
The current status of this proxy.
|
DBProxy |
DBProxy.withStatus(String status)
The current status of this proxy.
|
DBProxy |
DBProxy.withUpdatedDate(Date updatedDate)
The date and time when the proxy was last updated.
|
DBProxy |
DBProxy.withVpcId(String vpcId)
Provides the VPC ID of the DB proxy.
|
DBProxy |
DBProxy.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
Provides a list of VPC security groups that the proxy belongs to.
|
DBProxy |
DBProxy.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
Provides a list of VPC security groups that the proxy belongs to.
|
DBProxy |
DBProxy.withVpcSubnetIds(Collection<String> vpcSubnetIds)
The EC2 subnet IDs for the proxy.
|
DBProxy |
DBProxy.withVpcSubnetIds(String... vpcSubnetIds)
The EC2 subnet IDs for the proxy.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBProxy> |
DescribeDBProxiesResult.getDBProxies()
A return value representing an arbitrary number of
DBProxy data structures. |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteDBProxyResult.setDBProxy(DBProxy dBProxy)
The data structure representing the details of the DB proxy that you delete.
|
void |
CreateDBProxyResult.setDBProxy(DBProxy dBProxy)
The
DBProxy structure corresponding to the new proxy. |
void |
ModifyDBProxyResult.setDBProxy(DBProxy dBProxy)
The
DBProxy object representing the new settings for the proxy. |
DescribeDBProxiesResult |
DescribeDBProxiesResult.withDBProxies(DBProxy... dBProxies)
A return value representing an arbitrary number of
DBProxy data structures. |
DeleteDBProxyResult |
DeleteDBProxyResult.withDBProxy(DBProxy dBProxy)
The data structure representing the details of the DB proxy that you delete.
|
CreateDBProxyResult |
CreateDBProxyResult.withDBProxy(DBProxy dBProxy)
The
DBProxy structure corresponding to the new proxy. |
ModifyDBProxyResult |
ModifyDBProxyResult.withDBProxy(DBProxy dBProxy)
The
DBProxy object representing the new settings for the proxy. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBProxiesResult.setDBProxies(Collection<DBProxy> dBProxies)
A return value representing an arbitrary number of
DBProxy data structures. |
DescribeDBProxiesResult |
DescribeDBProxiesResult.withDBProxies(Collection<DBProxy> dBProxies)
A return value representing an arbitrary number of
DBProxy data structures. |
Copyright © 2024. All rights reserved.