Uses of Enum
software.amazon.awssdk.services.databasemigration.model.KafkaSaslMechanism
Packages that use KafkaSaslMechanism
-
Uses of KafkaSaslMechanism in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return KafkaSaslMechanismModifier and TypeMethodDescriptionstatic KafkaSaslMechanismUse this in place of valueOf to convert the raw string returned by the service into the enum value.final KafkaSaslMechanismKafkaSettings.saslMechanism()For SASL/SSL authentication, DMS supports theSCRAM-SHA-512mechanism by default.static KafkaSaslMechanismReturns 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 KafkaSaslMechanismModifier and TypeMethodDescriptionstatic Set<KafkaSaslMechanism>KafkaSaslMechanism.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type KafkaSaslMechanismModifier and TypeMethodDescriptionKafkaSettings.Builder.saslMechanism(KafkaSaslMechanism saslMechanism) For SASL/SSL authentication, DMS supports theSCRAM-SHA-512mechanism by default.