Uses of Class
software.amazon.awssdk.services.databasemigration.model.RedisAuthTypeValue
-
Packages that use RedisAuthTypeValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of RedisAuthTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return RedisAuthTypeValue Modifier and Type Method Description RedisAuthTypeValueRedisSettings. authType()The type of authentication to perform when connecting to a Redis target.static RedisAuthTypeValueRedisAuthTypeValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RedisAuthTypeValueRedisAuthTypeValue. 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.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type RedisAuthTypeValue Modifier and Type Method Description static Set<RedisAuthTypeValue>RedisAuthTypeValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type RedisAuthTypeValue Modifier and Type Method Description RedisSettings.BuilderRedisSettings.Builder. authType(RedisAuthTypeValue authType)The type of authentication to perform when connecting to a Redis target.
-