Uses of Class
software.amazon.awssdk.services.databasemigration.model.KafkaSaslMechanism
-
Packages that use KafkaSaslMechanism Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of KafkaSaslMechanism in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return KafkaSaslMechanism Modifier and Type Method Description static KafkaSaslMechanismKafkaSaslMechanism. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KafkaSaslMechanismKafkaSettings. saslMechanism()For SASL/SSL authentication, DMS supports theSCRAM-SHA-512mechanism by default.static KafkaSaslMechanismKafkaSaslMechanism. 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.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type KafkaSaslMechanism Modifier and Type Method Description static Set<KafkaSaslMechanism>KafkaSaslMechanism. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type KafkaSaslMechanism Modifier and Type Method Description KafkaSettings.BuilderKafkaSettings.Builder. saslMechanism(KafkaSaslMechanism saslMechanism)For SASL/SSL authentication, DMS supports theSCRAM-SHA-512mechanism by default.
-