Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.ApacheKafkaClusterDescription
-
Packages that use ApacheKafkaClusterDescription Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of ApacheKafkaClusterDescription in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return ApacheKafkaClusterDescription Modifier and Type Method Description ApacheKafkaClusterDescriptionKafkaClusterDescription. apacheKafkaCluster()The Apache Kafka cluster to which the connector is connected.Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type ApacheKafkaClusterDescription Modifier and Type Method Description KafkaClusterDescription.BuilderKafkaClusterDescription.Builder. apacheKafkaCluster(ApacheKafkaClusterDescription apacheKafkaCluster)The Apache Kafka cluster to which the connector is connected.
-