| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static RedisAuthTypeValue |
RedisAuthTypeValue.fromValue(String value)
Use this in place of valueOf.
|
static RedisAuthTypeValue |
RedisAuthTypeValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisAuthTypeValue[] |
RedisAuthTypeValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RedisSettings |
RedisSettings.withAuthType(RedisAuthTypeValue authType)
The type of authentication to perform when connecting to a Redis target.
|
Copyright © 2024. All rights reserved.