Uses of Class
software.amazon.awssdk.services.databasemigration.model.RedisSettings
-
Packages that use RedisSettings Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of RedisSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return RedisSettings Modifier and Type Method Description RedisSettingsCreateEndpointRequest. redisSettings()Settings in JSON format for the target Redis endpoint.RedisSettingsEndpoint. redisSettings()The settings for the Redis target endpoint.RedisSettingsModifyEndpointRequest. redisSettings()Settings in JSON format for the Redis target endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type RedisSettings Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. redisSettings(RedisSettings redisSettings)Settings in JSON format for the target Redis endpoint.Endpoint.BuilderEndpoint.Builder. redisSettings(RedisSettings redisSettings)The settings for the Redis target endpoint.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. redisSettings(RedisSettings redisSettings)Settings in JSON format for the Redis target endpoint.
-