| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
RedisSettings |
RedisSettings.clone() |
RedisSettings |
Endpoint.getRedisSettings()
The settings for the Redis target endpoint.
|
RedisSettings |
ModifyEndpointRequest.getRedisSettings()
Settings in JSON format for the Redis target endpoint.
|
RedisSettings |
CreateEndpointRequest.getRedisSettings()
Settings in JSON format for the target Redis endpoint.
|
RedisSettings |
RedisSettings.withAuthPassword(String authPassword)
The password provided with the
auth-role and auth-token options of the
AuthType setting for a Redis target endpoint. |
RedisSettings |
RedisSettings.withAuthType(RedisAuthTypeValue authType)
The type of authentication to perform when connecting to a Redis target.
|
RedisSettings |
RedisSettings.withAuthType(String authType)
The type of authentication to perform when connecting to a Redis target.
|
RedisSettings |
RedisSettings.withAuthUserName(String authUserName)
The user name provided with the
auth-role option of the AuthType setting for a Redis
target endpoint. |
RedisSettings |
RedisSettings.withPort(Integer port)
Transmission Control Protocol (TCP) port for the endpoint.
|
RedisSettings |
RedisSettings.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
RedisSettings |
RedisSettings.withSslCaCertificateArn(String sslCaCertificateArn)
The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to connect to your Redis target
endpoint.
|
RedisSettings |
RedisSettings.withSslSecurityProtocol(SslSecurityProtocolValue sslSecurityProtocol)
The connection to a Redis target endpoint using Transport Layer Security (TLS).
|
RedisSettings |
RedisSettings.withSslSecurityProtocol(String sslSecurityProtocol)
The connection to a Redis target endpoint using Transport Layer Security (TLS).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setRedisSettings(RedisSettings redisSettings)
The settings for the Redis target endpoint.
|
void |
ModifyEndpointRequest.setRedisSettings(RedisSettings redisSettings)
Settings in JSON format for the Redis target endpoint.
|
void |
CreateEndpointRequest.setRedisSettings(RedisSettings redisSettings)
Settings in JSON format for the target Redis endpoint.
|
Endpoint |
Endpoint.withRedisSettings(RedisSettings redisSettings)
The settings for the Redis target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withRedisSettings(RedisSettings redisSettings)
Settings in JSON format for the Redis target endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withRedisSettings(RedisSettings redisSettings)
Settings in JSON format for the target Redis endpoint.
|
Copyright © 2024. All rights reserved.