Uses of Class
software.amazon.awssdk.services.kafka.model.ReplicationInfoDescription
-
Packages that use ReplicationInfoDescription Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of ReplicationInfoDescription in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ReplicationInfoDescription Modifier and Type Method Description List<ReplicationInfoDescription>DescribeReplicatorResponse. replicationInfoList()A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.Methods in software.amazon.awssdk.services.kafka.model with parameters of type ReplicationInfoDescription Modifier and Type Method Description DescribeReplicatorResponse.BuilderDescribeReplicatorResponse.Builder. replicationInfoList(ReplicationInfoDescription... replicationInfoList)A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type ReplicationInfoDescription Modifier and Type Method Description DescribeReplicatorResponse.BuilderDescribeReplicatorResponse.Builder. replicationInfoList(Collection<ReplicationInfoDescription> replicationInfoList)A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.
-