| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationInfoSummary |
ReplicationInfoSummary.clone() |
ReplicationInfoSummary |
ReplicationInfoSummary.withSourceKafkaClusterAlias(String sourceKafkaClusterAlias)
The alias of the source Kafka cluster.
|
ReplicationInfoSummary |
ReplicationInfoSummary.withTargetKafkaClusterAlias(String targetKafkaClusterAlias)
The alias of the target Kafka cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationInfoSummary> |
ReplicatorSummary.getReplicationInfoSummaryList()
A list of summarized information of replications between clusters.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatorSummary |
ReplicatorSummary.withReplicationInfoSummaryList(ReplicationInfoSummary... replicationInfoSummaryList)
A list of summarized information of replications between clusters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatorSummary.setReplicationInfoSummaryList(Collection<ReplicationInfoSummary> replicationInfoSummaryList)
A list of summarized information of replications between clusters.
|
ReplicatorSummary |
ReplicatorSummary.withReplicationInfoSummaryList(Collection<ReplicationInfoSummary> replicationInfoSummaryList)
A list of summarized information of replications between clusters.
|
Copyright © 2024. All rights reserved.