| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationInfoDescription |
ReplicationInfoDescription.clone() |
ReplicationInfoDescription |
ReplicationInfoDescription.withConsumerGroupReplication(ConsumerGroupReplication consumerGroupReplication)
Configuration relating to consumer group replication.
|
ReplicationInfoDescription |
ReplicationInfoDescription.withSourceKafkaClusterAlias(String sourceKafkaClusterAlias)
The alias of the source Kafka cluster.
|
ReplicationInfoDescription |
ReplicationInfoDescription.withTargetCompressionType(String targetCompressionType)
The compression type to use when producing records to target cluster.
|
ReplicationInfoDescription |
ReplicationInfoDescription.withTargetCompressionType(TargetCompressionType targetCompressionType)
The compression type to use when producing records to target cluster.
|
ReplicationInfoDescription |
ReplicationInfoDescription.withTargetKafkaClusterAlias(String targetKafkaClusterAlias)
The alias of the target Kafka cluster.
|
ReplicationInfoDescription |
ReplicationInfoDescription.withTopicReplication(TopicReplication topicReplication)
Configuration relating to topic replication.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationInfoDescription> |
DescribeReplicatorResult.getReplicationInfoList()
A list of replication configurations, where each configuration targets a given source cluster to target cluster
replication flow.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicatorResult |
DescribeReplicatorResult.withReplicationInfoList(ReplicationInfoDescription... replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target cluster
replication flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeReplicatorResult.setReplicationInfoList(Collection<ReplicationInfoDescription> replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target cluster
replication flow.
|
DescribeReplicatorResult |
DescribeReplicatorResult.withReplicationInfoList(Collection<ReplicationInfoDescription> replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target cluster
replication flow.
|
Copyright © 2024. All rights reserved.