Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.KafkaClusterClientAuthentication
-
Packages that use KafkaClusterClientAuthentication Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of KafkaClusterClientAuthentication in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return KafkaClusterClientAuthentication Modifier and Type Method Description KafkaClusterClientAuthenticationCreateConnectorRequest. kafkaClusterClientAuthentication()Details of the client authentication used by the Apache Kafka cluster.Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type KafkaClusterClientAuthentication Modifier and Type Method Description CreateConnectorRequest.BuilderCreateConnectorRequest.Builder. kafkaClusterClientAuthentication(KafkaClusterClientAuthentication kafkaClusterClientAuthentication)Details of the client authentication used by the Apache Kafka cluster.
-