Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDBProxyResult> |
AmazonRDSAsync.createDBProxyAsync(CreateDBProxyRequest createDBProxyRequest,
AsyncHandler<CreateDBProxyRequest,CreateDBProxyResult> asyncHandler)
Creates a new DB proxy.
|
Future<CreateDBProxyResult> |
AbstractAmazonRDSAsync.createDBProxyAsync(CreateDBProxyRequest request,
AsyncHandler<CreateDBProxyRequest,CreateDBProxyResult> asyncHandler) |
Future<CreateDBProxyResult> |
AmazonRDSAsyncClient.createDBProxyAsync(CreateDBProxyRequest request,
AsyncHandler<CreateDBProxyRequest,CreateDBProxyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDBProxyRequest |
CreateDBProxyRequest.clone() |
CreateDBProxyRequest |
CreateDBProxyRequest.withAuth(Collection<UserAuthConfig> auth)
The authorization mechanism that the proxy uses.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withAuth(UserAuthConfig... auth)
The authorization mechanism that the proxy uses.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withDBProxyName(String dBProxyName)
The identifier for the proxy.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withDebugLogging(Boolean debugLogging)
Whether the proxy includes detailed information about SQL statements in its logs.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withEngineFamily(EngineFamily engineFamily)
The kinds of databases that the proxy can connect to.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withEngineFamily(String engineFamily)
The kinds of databases that the proxy can connect to.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withIdleClientTimeout(Integer idleClientTimeout)
The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withRequireTLS(Boolean requireTLS)
A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections
to the proxy.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services
Secrets Manager.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withTags(Collection<Tag> tags)
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withTags(Tag... tags)
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
One or more VPC security group IDs to associate with the new proxy.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
One or more VPC security group IDs to associate with the new proxy.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withVpcSubnetIds(Collection<String> vpcSubnetIds)
One or more VPC subnet IDs to associate with the new proxy.
|
CreateDBProxyRequest |
CreateDBProxyRequest.withVpcSubnetIds(String... vpcSubnetIds)
One or more VPC subnet IDs to associate with the new proxy.
|
Copyright © 2021. All rights reserved.