| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationInfoDescription> |
DescribeReplicatorResponse.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 |
|---|---|
DescribeReplicatorResponse.Builder |
DescribeReplicatorResponse.Builder.replicationInfoList(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 |
|---|---|
DescribeReplicatorResponse.Builder |
DescribeReplicatorResponse.Builder.replicationInfoList(Collection<ReplicationInfoDescription> replicationInfoList)
A list of replication configurations, where each configuration targets a given source cluster to target
cluster replication flow.
|
Copyright © 2023. All rights reserved.