Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.KafkaClusterClientAuthenticationType
-
Packages that use KafkaClusterClientAuthenticationType Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of KafkaClusterClientAuthenticationType in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return KafkaClusterClientAuthenticationType Modifier and Type Method Description KafkaClusterClientAuthenticationTypeKafkaClusterClientAuthentication. authenticationType()The type of client authentication used to connect to the Apache Kafka cluster.KafkaClusterClientAuthenticationTypeKafkaClusterClientAuthenticationDescription. authenticationType()The type of client authentication used to connect to the Apache Kafka cluster.static KafkaClusterClientAuthenticationTypeKafkaClusterClientAuthenticationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static KafkaClusterClientAuthenticationTypeKafkaClusterClientAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static KafkaClusterClientAuthenticationType[]KafkaClusterClientAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type KafkaClusterClientAuthenticationType Modifier and Type Method Description static Set<KafkaClusterClientAuthenticationType>KafkaClusterClientAuthenticationType. knownValues()Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type KafkaClusterClientAuthenticationType Modifier and Type Method Description KafkaClusterClientAuthentication.BuilderKafkaClusterClientAuthentication.Builder. authenticationType(KafkaClusterClientAuthenticationType authenticationType)The type of client authentication used to connect to the Apache Kafka cluster.KafkaClusterClientAuthenticationDescription.BuilderKafkaClusterClientAuthenticationDescription.Builder. authenticationType(KafkaClusterClientAuthenticationType authenticationType)The type of client authentication used to connect to the Apache Kafka cluster.
-