| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static KafkaSaslMechanism |
KafkaSaslMechanism.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KafkaSaslMechanism |
KafkaSettings.saslMechanism()
For SASL/SSL authentication, DMS supports the
SCRAM-SHA-512 mechanism by default. |
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 |
|---|---|
static Set<KafkaSaslMechanism> |
KafkaSaslMechanism.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
KafkaSettings.Builder |
KafkaSettings.Builder.saslMechanism(KafkaSaslMechanism saslMechanism)
For SASL/SSL authentication, DMS supports the
SCRAM-SHA-512 mechanism by default. |
Copyright © 2023. All rights reserved.