Uses of Class
software.amazon.awssdk.services.kafka.model.ReplicationInfoSummary
-
Packages that use ReplicationInfoSummary Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of ReplicationInfoSummary in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ReplicationInfoSummary Modifier and Type Method Description List<ReplicationInfoSummary>ReplicatorSummary. replicationInfoSummaryList()A list of summarized information of replications between clusters.Methods in software.amazon.awssdk.services.kafka.model with parameters of type ReplicationInfoSummary Modifier and Type Method Description ReplicatorSummary.BuilderReplicatorSummary.Builder. replicationInfoSummaryList(ReplicationInfoSummary... replicationInfoSummaryList)A list of summarized information of replications between clusters.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type ReplicationInfoSummary Modifier and Type Method Description ReplicatorSummary.BuilderReplicatorSummary.Builder. replicationInfoSummaryList(Collection<ReplicationInfoSummary> replicationInfoSummaryList)A list of summarized information of replications between clusters.
-