Uses of Class
software.amazon.awssdk.services.databasemigration.model.RedisSettings
Packages that use RedisSettings
-
Uses of RedisSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return RedisSettingsModifier and TypeMethodDescriptionfinal RedisSettingsCreateEndpointRequest.redisSettings()Settings in JSON format for the target Redis endpoint.final RedisSettingsEndpoint.redisSettings()The settings for the Redis target endpoint.final RedisSettingsModifyEndpointRequest.redisSettings()Settings in JSON format for the Redis target endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type RedisSettingsModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.redisSettings(RedisSettings redisSettings) Settings in JSON format for the target Redis endpoint.Endpoint.Builder.redisSettings(RedisSettings redisSettings) The settings for the Redis target endpoint.ModifyEndpointRequest.Builder.redisSettings(RedisSettings redisSettings) Settings in JSON format for the Redis target endpoint.