| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static KafkaSaslMechanism |
KafkaSaslMechanism.fromValue(String value)
Use this in place of valueOf.
|
static KafkaSaslMechanism |
KafkaSaslMechanism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaSaslMechanism[] |
KafkaSaslMechanism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
KafkaSettings |
KafkaSettings.withSaslMechanism(KafkaSaslMechanism saslMechanism)
For SASL/SSL authentication, DMS supports the
SCRAM-SHA-512 mechanism by default. |
Copyright © 2023. All rights reserved.