| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
RedisSettings |
CreateEndpointRequest.redisSettings()
Settings in JSON format for the target Redis endpoint.
|
RedisSettings |
ModifyEndpointRequest.redisSettings()
Settings in JSON format for the Redis target endpoint.
|
RedisSettings |
Endpoint.redisSettings()
The settings for the Redis target endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.redisSettings(RedisSettings redisSettings)
Settings in JSON format for the target Redis endpoint.
|
ModifyEndpointRequest.Builder |
ModifyEndpointRequest.Builder.redisSettings(RedisSettings redisSettings)
Settings in JSON format for the Redis target endpoint.
|
Endpoint.Builder |
Endpoint.Builder.redisSettings(RedisSettings redisSettings)
The settings for the Redis target endpoint.
|
Copyright © 2023. All rights reserved.