Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.KafkaClusterDescription
-
Packages that use KafkaClusterDescription Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of KafkaClusterDescription in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return KafkaClusterDescription Modifier and Type Method Description KafkaClusterDescriptionConnectorSummary. kafkaCluster()The details of the Apache Kafka cluster to which the connector is connected.KafkaClusterDescriptionDescribeConnectorResponse. kafkaCluster()The Apache Kafka cluster that the connector is connected to.Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type KafkaClusterDescription Modifier and Type Method Description ConnectorSummary.BuilderConnectorSummary.Builder. kafkaCluster(KafkaClusterDescription kafkaCluster)The details of the Apache Kafka cluster to which the connector is connected.DescribeConnectorResponse.BuilderDescribeConnectorResponse.Builder. kafkaCluster(KafkaClusterDescription kafkaCluster)The Apache Kafka cluster that the connector is connected to.
-