Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.KafkaClusterClientAuthenticationDescription
-
Packages that use KafkaClusterClientAuthenticationDescription Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of KafkaClusterClientAuthenticationDescription in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return KafkaClusterClientAuthenticationDescription Modifier and Type Method Description KafkaClusterClientAuthenticationDescriptionConnectorSummary. kafkaClusterClientAuthentication()The type of client authentication used to connect to the Apache Kafka cluster.KafkaClusterClientAuthenticationDescriptionDescribeConnectorResponse. kafkaClusterClientAuthentication()The type of client authentication used to connect to the Apache Kafka cluster.Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type KafkaClusterClientAuthenticationDescription Modifier and Type Method Description ConnectorSummary.BuilderConnectorSummary.Builder. kafkaClusterClientAuthentication(KafkaClusterClientAuthenticationDescription kafkaClusterClientAuthentication)The type of client authentication used to connect to the Apache Kafka cluster.DescribeConnectorResponse.BuilderDescribeConnectorResponse.Builder. kafkaClusterClientAuthentication(KafkaClusterClientAuthenticationDescription kafkaClusterClientAuthentication)The type of client authentication used to connect to the Apache Kafka cluster.
-