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