Uses of Class
software.amazon.awssdk.services.databasemigration.model.KafkaSecurityProtocol
-
Packages that use KafkaSecurityProtocol Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of KafkaSecurityProtocol in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return KafkaSecurityProtocol Modifier and Type Method Description static KafkaSecurityProtocolKafkaSecurityProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KafkaSecurityProtocolKafkaSettings. securityProtocol()Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).static KafkaSecurityProtocolKafkaSecurityProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static KafkaSecurityProtocol[]KafkaSecurityProtocol. 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 KafkaSecurityProtocol Modifier and Type Method Description static Set<KafkaSecurityProtocol>KafkaSecurityProtocol. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type KafkaSecurityProtocol Modifier and Type Method Description KafkaSettings.BuilderKafkaSettings.Builder. securityProtocol(KafkaSecurityProtocol securityProtocol)Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).
-