Uses of Enum
software.amazon.awssdk.services.databasemigration.model.KafkaSecurityProtocol
Packages that use KafkaSecurityProtocol
-
Uses of KafkaSecurityProtocol in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return KafkaSecurityProtocolModifier and TypeMethodDescriptionstatic KafkaSecurityProtocolUse this in place of valueOf to convert the raw string returned by the service into the enum value.final KafkaSecurityProtocolKafkaSettings.securityProtocol()Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).static KafkaSecurityProtocolReturns 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 KafkaSecurityProtocolModifier and TypeMethodDescriptionstatic Set<KafkaSecurityProtocol>KafkaSecurityProtocol.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type KafkaSecurityProtocolModifier and TypeMethodDescriptionKafkaSettings.Builder.securityProtocol(KafkaSecurityProtocol securityProtocol) Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).