Uses of Enum
software.amazon.awssdk.services.databasemigration.model.RedisAuthTypeValue
Packages that use RedisAuthTypeValue
-
Uses of RedisAuthTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return RedisAuthTypeValueModifier and TypeMethodDescriptionfinal RedisAuthTypeValueRedisSettings.authType()The type of authentication to perform when connecting to a Redis target.static RedisAuthTypeValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.static RedisAuthTypeValueReturns 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 RedisAuthTypeValueModifier and TypeMethodDescriptionstatic Set<RedisAuthTypeValue>RedisAuthTypeValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type RedisAuthTypeValueModifier and TypeMethodDescriptionRedisSettings.Builder.authType(RedisAuthTypeValue authType) The type of authentication to perform when connecting to a Redis target.