| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
RedisAuthTypeValue |
RedisSettings.authType()
The type of authentication to perform when connecting to a Redis target.
|
static RedisAuthTypeValue |
RedisAuthTypeValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<RedisAuthTypeValue> |
RedisAuthTypeValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RedisSettings.Builder |
RedisSettings.Builder.authType(RedisAuthTypeValue authType)
The type of authentication to perform when connecting to a Redis target.
|
Copyright © 2023. All rights reserved.